Shades of Rose White #FCF0EB
Tints of Rose White #FCF0EB
RGB
CMYK
RGB Variations
Color information
#FCF0EB (or 0xFCF0EB) is known color: Rose White. HEX triplet: FC, F0 and EB. RGB value is (252,240,235). Sum of RGB (Red+Green+Blue) = 252+240+235=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 235 (92.19% from 255 or 32.32% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0EB is #030F14. Grayscale: #F3F3F3. Windows color (decimal): -200469 or 15462652. OLE color: 15462652.
HSL color Cylindrical-coordinate representation of color #FCF0EB: hue angle of 17.65º degrees, saturation: 0.74, 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 #FCF0EB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 235 | - |
CMYK | 0 | 0.05 | 0.07 | 0.01 |
HSL | 17.65º | 0.74% | 0.95% | - |
HSV(B) | 17.65º | 0.07% | 0.99% | - |
XYZ | 86.3 | 89.01 | 91.23 | - |
YUV | 243.02 | 123.48 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 235 | 0 | 0.05 | 0.07 | 0.01 | 17.65 | 0.74 | 0.95 |
Hex | FC | F0 | EB | 0 | 5 | 7 | 1 | 12 | 4A | 5F |
Octal | 374 | 360 | 353 | 0 | 5 | 7 | 1 | 22 | 112 | 137 |
Binary | 11111100 | 11110000 | 11101011 | 0 | 101 | 111 | 1 | 10010 | 1001010 | 1011111 |
Color Harmonies of #FCF0EB
Complementary color
Monochromatic Colors of #FCF0EB
Black with #FCF0EB
Text Example
Text Example
White with #FCF0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0EB; }
p { color: rgb(252,240,235); }
H1.HeaderClassName
{
color: #FCF0EB;
}
.AnyTagClassName
{
color: #FCF0EB;
}
</style>
background-color css
<style>
a { background-color: #FCF0EB; }
a { background-color: rgb(252,240,235); }
div.DivClassName
{
background-color: #FCF0EB;
}
.BgClassName
{
background-color: #FCF0EB;
}
</style>
border-color css
<style>
span { border-color: #FCF0EB; }
span { border-color: rgb(252,240,235); }
td.TdClassName
{
border-color: #FCF0EB;
}
.TagClassName
{
border-color: #FCF0EB;
}
</style>