#FCCEF9

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

Shades of Snuff #FCCEF9

Tints of Snuff #FCCEF9

Color information

#FCCEF9 (or 0xFCCEF9) is unknown color: approx Snuff. HEX triplet: FC, CE and F9. RGB value is (252,206,249). Sum of RGB (Red+Green+Blue) = 252+206+249=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF9 is #033106. Grayscale: #E0E0E0. Windows color (decimal): -209159 or 16371452. OLE color: 16371452.

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

Color convert

RGB252206249-
CMYK00.180.010.01
HSL303.91º88.46%89.8%-
HSV(B)303.91º18.25%98.82%-
XYZ79.3271.6899.28-
YUV224.66141.74147.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 206 (80.86% from 255) = 29.14%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=35.64%
G=29.14%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220624900.180.010.01303.9188.4689.8
HexFCCEF901211130585a
Octal37431637102211460130132
Binary1111110011001110111110010100101110011000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEF9; }

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

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

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

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

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

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

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

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