#FCE0F6

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

Shades of Snuff #FCE0F6

Tints of Snuff #FCE0F6

Color information

#FCE0F6 (or 0xFCE0F6) is unknown color: approx Snuff. HEX triplet: FC, E0 and F6. RGB value is (252,224,246). Sum of RGB (Red+Green+Blue) = 252+224+246=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 224 (87.89% from 255 or 31.02% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F6 is #031F09. Grayscale: #EAEAEA. Windows color (decimal): -204554 or 16179452. OLE color: 16179452.

HSL color Cylindrical-coordinate representation of color #FCE0F6: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0F6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252224246-
CMYK00.110.020.01
HSL312.86º82.35%93.33%-
HSV(B)312.86º11.11%98.82%-
XYZ83.4480.6698.36-
YUV234.88134.28140.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 224 (87.89% from 255) = 31.02%
BLUE value IS 246 (96.48% from 255) = 34.07%
R=34.90%
G=31.02%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222424600.110.020.01312.8682.3593.33
HexFCE0F60B21139525d
Octal37434036601321471122135
Binary1111110011100000111101100101110110011100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0F6; }

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

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

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

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

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

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

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

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