#FFD4FD

Color #FFD4FD Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FFD4FD

Tints of Snuff #FFD4FD

Color information

#FFD4FD (or 0xFFD4FD) is unknown color: approx Snuff. HEX triplet: FF, D4 and FD. RGB value is (255,212,253). Sum of RGB (Red+Green+Blue) = 255+212+253=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 212 (83.20% from 255 or 29.44% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4FD is #002B02. Grayscale: #E5E5E5. Windows color (decimal): -11011 or 16635135. OLE color: 16635135.

HSL color Cylindrical-coordinate representation of color #FFD4FD: hue angle of 302.79º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4FD is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255212253-
CMYK00.170.010
HSL302.79º100%91.57%-
HSV(B)302.79º16.86%100%-
XYZ82.5175.44103.14-
YUV229.53141.25146.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 212 (83.20% from 255) = 29.44%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=35.42%
G=29.44%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521225300.170.010302.7910091.57
HexFFD4FD0111012f645c
Octal37732437502110457144134
Binary1111111111010100111111010100011010010111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4FD; }

 p { color: rgb(255,212,253); }

 H1.HeaderClassName
 {
   color: #FFD4FD;
 }
 .AnyTagClassName
 {
   color: #FFD4FD;
 }
</style>
background-color css

<style>
 a { background-color: #FFD4FD; }

 a { background-color: rgb(255,212,253); }

 div.DivClassName
 {
   background-color: #FFD4FD;
 }
 .BgClassName
 {
   background-color: #FFD4FD;
 }
</style>
border-color css

<style>
 span { border-color: #FFD4FD; }

 span { border-color: rgb(255,212,253); }

 td.TdClassName
 {
   border-color: #FFD4FD;
 }
 .TagClassName
 {
   border-color: #FFD4FD;
 }
</style>