#FCCEF6

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

Shades of Snuff #FCCEF6

Tints of Snuff #FCCEF6

Color information

#FCCEF6 (or 0xFCCEF6) is unknown color: approx Snuff. HEX triplet: FC, CE and F6. RGB value is (252,206,246). Sum of RGB (Red+Green+Blue) = 252+206+246=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF6 is #033109. Grayscale: #E0E0E0. Windows color (decimal): -209162 or 16174844. OLE color: 16174844.

HSL color Cylindrical-coordinate representation of color #FCCEF6: hue angle of 307.83º 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 #FCCEF6 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252206246-
CMYK00.180.020.01
HSL307.83º88.46%89.8%-
HSV(B)307.83º18.25%98.82%-
XYZ78.8571.4996.83-
YUV224.31140.24147.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 206 (80.86% from 255) = 29.26%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=35.80%
G=29.26%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220624600.180.020.01307.8388.4689.8
HexFCCEF601221134585a
Octal37431636602221464130132
Binary11111100110011101111011001001010110011010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEF6; }

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

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

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

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

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

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

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

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