Shades of Rose White #FCF2ED
Tints of Rose White #FCF2ED
RGB
CMYK
RGB Variations
Color information
#FCF2ED (or 0xFCF2ED) is known color: Rose White. HEX triplet: FC, F2 and ED. RGB value is (252,242,237). Sum of RGB (Red+Green+Blue) = 252+242+237=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2ED is #030D12. Grayscale: #F4F4F4. Windows color (decimal): -199955 or 15594236. OLE color: 15594236.
HSL color Cylindrical-coordinate representation of color #FCF2ED: hue angle of 20º degrees, saturation: 0.71, 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 #FCF2ED is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 242 | 237 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 20º | 0.71% | 0.96% | - |
HSV(B) | 20º | 0.06% | 0.99% | - |
XYZ | 87.18 | 90.31 | 92.96 | - |
YUV | 244.42 | 123.81 | 133.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 242 | 237 | 0 | 0.04 | 0.06 | 0.01 | 20 | 0.71 | 0.96 |
Hex | FC | F2 | ED | 0 | 4 | 6 | 1 | 14 | 47 | 60 |
Octal | 374 | 362 | 355 | 0 | 4 | 6 | 1 | 24 | 107 | 140 |
Binary | 11111100 | 11110010 | 11101101 | 0 | 100 | 110 | 1 | 10100 | 1000111 | 1100000 |
Color Harmonies of #FCF2ED
Complementary color
Monochromatic Colors of #FCF2ED
Black with #FCF2ED
Text Example
Text Example
White with #FCF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2ED; }
p { color: rgb(252,242,237); }
H1.HeaderClassName
{
color: #FCF2ED;
}
.AnyTagClassName
{
color: #FCF2ED;
}
</style>
background-color css
<style>
a { background-color: #FCF2ED; }
a { background-color: rgb(252,242,237); }
div.DivClassName
{
background-color: #FCF2ED;
}
.BgClassName
{
background-color: #FCF2ED;
}
</style>
border-color css
<style>
span { border-color: #FCF2ED; }
span { border-color: rgb(252,242,237); }
td.TdClassName
{
border-color: #FCF2ED;
}
.TagClassName
{
border-color: #FCF2ED;
}
</style>