#FCD8F4

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

Shades of Snuff #FCD8F4

Tints of Snuff #FCD8F4

Color information

#FCD8F4 (or 0xFCD8F4) is unknown color: approx Snuff. HEX triplet: FC, D8 and F4. RGB value is (252,216,244). Sum of RGB (Red+Green+Blue) = 252+216+244=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 216 (84.77% from 255 or 30.34% from 712); Blue value is 244 (95.70% from 255 or 34.27% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8F4 is #03270B. Grayscale: #E5E5E5. Windows color (decimal): -206604 or 16046332. OLE color: 16046332.

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

Color convert

RGB252216244-
CMYK00.140.030.01
HSL313.33º85.71%91.76%-
HSV(B)313.33º14.29%98.82%-
XYZ81.0376.3496.05-
YUV229.96135.93143.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 216 (84.77% from 255) = 30.34%
BLUE value IS 244 (95.70% from 255) = 34.27%
R=35.39%
G=30.34%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221624400.140.030.01313.3385.7191.76
HexFCD8F40E31139565c
Octal37433036401631471126134
Binary1111110011011000111101000111011110011100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8F4; }

 p { color: rgb(252,216,244); }

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

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

 a { background-color: rgb(252,216,244); }

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

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

 span { border-color: rgb(252,216,244); }

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