#FCCEF7

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

Shades of Snuff #FCCEF7

Tints of Snuff #FCCEF7

Color information

#FCCEF7 (or 0xFCCEF7) is unknown color: approx Snuff. HEX triplet: FC, CE and F7. RGB value is (252,206,247). Sum of RGB (Red+Green+Blue) = 252+206+247=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF7 is #033108. Grayscale: #E0E0E0. Windows color (decimal): -209161 or 16240380. OLE color: 16240380.

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

Color convert

RGB252206247-
CMYK00.180.020.01
HSL306.52º88.46%89.8%-
HSV(B)306.52º18.25%98.82%-
XYZ7971.5597.64-
YUV224.43140.74147.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 206 (80.86% from 255) = 29.22%
BLUE value IS 247 (96.88% from 255) = 35.04%
R=35.74%
G=29.22%
B=35.04%

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
Decimal25220624700.180.020.01306.5288.4689.8
HexFCCEF701221133585a
Octal37431636702221463130132
Binary11111100110011101111011101001010110011001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEF7; }

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

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

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

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

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

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

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

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