#FCCDF9

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

Shades of Snuff #FCCDF9

Tints of Snuff #FCCDF9

Color information

#FCCDF9 (or 0xFCCDF9) is unknown color: approx Snuff. HEX triplet: FC, CD and F9. RGB value is (252,205,249). Sum of RGB (Red+Green+Blue) = 252+205+249=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF9 is #033206. Grayscale: #DFDFDF. Windows color (decimal): -209415 or 16371196. OLE color: 16371196.

HSL color Cylindrical-coordinate representation of color #FCCDF9: hue angle of 303.83º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDF9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252205249-
CMYK00.190.010.01
HSL303.83º88.68%89.61%-
HSV(B)303.83º18.65%98.82%-
XYZ79.0871.299.2-
YUV224.07142.07147.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 205 (80.47% from 255) = 29.04%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=35.69%
G=29.04%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220524900.190.010.01303.8388.6889.61
HexFCCDF901311130595a
Octal37431537102311460131132
Binary1111110011001101111110010100111110011000010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDF9; }

 p { color: rgb(252,205,249); }

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

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

 a { background-color: rgb(252,205,249); }

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

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

 span { border-color: rgb(252,205,249); }

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