#FCF0EA

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

Shades of Rose White #FCF0EA

Tints of Rose White #FCF0EA

Color information

#FCF0EA (or 0xFCF0EA) is unknown color: approx Rose White. HEX triplet: FC, F0 and EA. RGB value is (252,240,234). Sum of RGB (Red+Green+Blue) = 252+240+234=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 234 (91.80% from 255 or 32.23% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0EA is #030F15. Grayscale: #F2F2F2. Windows color (decimal): -200470 or 15397116. OLE color: 15397116.

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

Color convert

RGB252240234-
CMYK00.050.070.01
HSL20º75%95.29%-
HSV(B)20º7.14%98.82%-
XYZ86.1688.9690.47-
YUV242.9122.98134.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 240 (94.14% from 255) = 33.06%
BLUE value IS 234 (91.80% from 255) = 32.23%
R=34.71%
G=33.06%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224023400.050.070.01207595.29
HexFCF0EA0571144b5f
Octal374360352057124113137
Binary111111001111000011101010010111111010010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0EA; }

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

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

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

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

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

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

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

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