Shades of Rose White #FCF3F0
Tints of Rose White #FCF3F0
RGB
CMYK
RGB Variations
Color information
#FCF3F0 (or 0xFCF3F0) is known color: Rose White. HEX triplet: FC, F3 and F0. RGB value is (252,243,240). Sum of RGB (Red+Green+Blue) = 252+243+240=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 243 (95.31% from 255 or 33.06% from 735); Blue value is 240 (94.14% from 255 or 32.65% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3F0 is #030C0F. Grayscale: #F5F5F5. Windows color (decimal): -199696 or 15791100. OLE color: 15791100.
HSL color Cylindrical-coordinate representation of color #FCF3F0: hue angle of 15º degrees, saturation: 0.67, 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 #FCF3F0 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 240 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.01 |
| HSL | 15º | 0.67% | 0.96% | - |
| HSV(B) | 15º | 0.05% | 0.99% | - |
| XYZ | 87.92 | 91.09 | 95.39 | - |
| YUV | 245.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 240 | 0 | 0.04 | 0.05 | 0.01 | 15 | 0.67 | 0.96 |
| Hex | FC | F3 | F0 | 0 | 4 | 5 | 1 | F | 43 | 60 |
| Octal | 374 | 363 | 360 | 0 | 4 | 5 | 1 | 17 | 103 | 140 |
| Binary | 11111100 | 11110011 | 11110000 | 0 | 100 | 101 | 1 | 1111 | 1000011 | 1100000 |
Color Harmonies of #FCF3F0
Complementary color
Monochromatic Colors of #FCF3F0
Black with #FCF3F0
Text Example
Text Example
White with #FCF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3F0; }
p { color: rgb(252,243,240); }
H1.HeaderClassName
{
color: #FCF3F0;
}
.AnyTagClassName
{
color: #FCF3F0;
}
</style>
background-color css
<style>
a { background-color: #FCF3F0; }
a { background-color: rgb(252,243,240); }
div.DivClassName
{
background-color: #FCF3F0;
}
.BgClassName
{
background-color: #FCF3F0;
}
</style>
border-color css
<style>
span { border-color: #FCF3F0; }
span { border-color: rgb(252,243,240); }
td.TdClassName
{
border-color: #FCF3F0;
}
.TagClassName
{
border-color: #FCF3F0;
}
</style>