Shades of Rose White #FCF2EF
Tints of Rose White #FCF2EF
RGB
CMYK
RGB Variations
Color information
#FCF2EF (or 0xFCF2EF) is known color: Rose White. HEX triplet: FC, F2 and EF. RGB value is (252,242,239). Sum of RGB (Red+Green+Blue) = 252+242+239=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 239 (93.75% from 255 or 32.61% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2EF is #030D10. Grayscale: #F4F4F4. Windows color (decimal): -199953 or 15725308. OLE color: 15725308.
HSL color Cylindrical-coordinate representation of color #FCF2EF: hue angle of 13.85º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCF2EF is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 239 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.01 |
| HSL | 13.85º | 0.68% | 0.96% | - |
| HSV(B) | 13.85º | 0.05% | 0.99% | - |
| XYZ | 87.48 | 90.43 | 94.51 | - |
| YUV | 244.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 239 | 0 | 0.04 | 0.05 | 0.01 | 13.85 | 0.68 | 0.96 |
| Hex | FC | F2 | EF | 0 | 4 | 5 | 1 | E | 44 | 60 |
| Octal | 374 | 362 | 357 | 0 | 4 | 5 | 1 | 16 | 104 | 140 |
| Binary | 11111100 | 11110010 | 11101111 | 0 | 100 | 101 | 1 | 1110 | 1000100 | 1100000 |
Color Harmonies of #FCF2EF
Complementary color
Monochromatic Colors of #FCF2EF
Black with #FCF2EF
Text Example
Text Example
White with #FCF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2EF; }
p { color: rgb(252,242,239); }
H1.HeaderClassName
{
color: #FCF2EF;
}
.AnyTagClassName
{
color: #FCF2EF;
}
</style>
background-color css
<style>
a { background-color: #FCF2EF; }
a { background-color: rgb(252,242,239); }
div.DivClassName
{
background-color: #FCF2EF;
}
.BgClassName
{
background-color: #FCF2EF;
}
</style>
border-color css
<style>
span { border-color: #FCF2EF; }
span { border-color: rgb(252,242,239); }
td.TdClassName
{
border-color: #FCF2EF;
}
.TagClassName
{
border-color: #FCF2EF;
}
</style>