#FCF0EC

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

Shades of Rose White #FCF0EC

Tints of Rose White #FCF0EC

Color information

#FCF0EC (or 0xFCF0EC) is unknown color: approx Rose White. HEX triplet: FC, F0 and EC. RGB value is (252,240,236). Sum of RGB (Red+Green+Blue) = 252+240+236=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0EC is #030F13. Grayscale: #F3F3F3. Windows color (decimal): -200468 or 15528188. OLE color: 15528188.

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

Color convert

RGB252240236-
CMYK00.050.060.01
HSL15º72.73%95.69%-
HSV(B)15º6.35%98.82%-
XYZ86.4589.0791.99-
YUV243.13123.98134.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.62%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 236 (92.58% from 255) = 32.42%
R=34.62%
G=32.97%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224023600.050.060.011572.7395.69
HexFCF0EC0561f4960
Octal374360354056117111140
Binary11111100111100001110110001011101111110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0EC; }

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

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

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

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

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

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

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

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