Shades of Classic Rose #F4CFE8
Tints of Classic Rose #F4CFE8
RGB
CMYK
RGB Variations
Color information
#F4CFE8 (or 0xF4CFE8) is known color: Classic Rose. HEX triplet: F4, CF and E8. RGB value is (244,207,232). Sum of RGB (Red+Green+Blue) = 244+207+232=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFE8 is #0B3017. Grayscale: #DCDCDC. Windows color (decimal): -733208 or 15257588. OLE color: 15257588.
HSL color Cylindrical-coordinate representation of color #F4CFE8: hue angle of 319.46º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFE8 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 232 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.04 |
| HSL | 319.46º | 0.63% | 0.88% | - |
| HSV(B) | 319.46º | 0.15% | 0.96% | - |
| XYZ | 74.19 | 69.68 | 85.88 | - |
| YUV | 220.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 232 | 0 | 0.15 | 0.05 | 0.04 | 319.46 | 0.63 | 0.88 |
| Hex | F4 | CF | E8 | 0 | F | 5 | 4 | 13F | 3F | 58 |
| Octal | 364 | 317 | 350 | 0 | 17 | 5 | 4 | 477 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11101000 | 0 | 1111 | 101 | 100 | 100111111 | 111111 | 1011000 |
Color Harmonies of #F4CFE8
Complementary color
Monochromatic Colors of #F4CFE8
Black with #F4CFE8
Text Example
Text Example
White with #F4CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFE8; }
p { color: rgb(244,207,232); }
H1.HeaderClassName
{
color: #F4CFE8;
}
.AnyTagClassName
{
color: #F4CFE8;
}
</style>
background-color css
<style>
a { background-color: #F4CFE8; }
a { background-color: rgb(244,207,232); }
div.DivClassName
{
background-color: #F4CFE8;
}
.BgClassName
{
background-color: #F4CFE8;
}
</style>
border-color css
<style>
span { border-color: #F4CFE8; }
span { border-color: rgb(244,207,232); }
td.TdClassName
{
border-color: #F4CFE8;
}
.TagClassName
{
border-color: #F4CFE8;
}
</style>