#FCF0E8

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

Shades of Rose White #FCF0E8

Tints of Rose White #FCF0E8

Color information

#FCF0E8 (or 0xFCF0E8) is unknown color: approx Rose White. HEX triplet: FC, F0 and E8. RGB value is (252,240,232). Sum of RGB (Red+Green+Blue) = 252+240+232=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0E8 is #030F17. Grayscale: #F2F2F2. Windows color (decimal): -200472 or 15266044. OLE color: 15266044.

HSL color Cylindrical-coordinate representation of color #FCF0E8: hue angle of 24º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCF0E8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252240232-
CMYK00.050.080.01
HSL24º76.92%94.9%-
HSV(B)24º7.94%98.82%-
XYZ85.8788.8488.97-
YUV242.68121.98134.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 240 (94.14% from 255) = 33.15%
BLUE value IS 232 (91.02% from 255) = 32.04%
R=34.81%
G=33.15%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224023200.050.080.012476.9294.9
HexFCF0E80581184d5f
Octal3743603500510130115137
Binary1111110011110000111010000101100011100010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0E8; }

 p { color: rgb(252,240,232); }

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

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

 a { background-color: rgb(252,240,232); }

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

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

 span { border-color: rgb(252,240,232); }

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