Shades of Classic Rose #F4CFDE
Tints of Classic Rose #F4CFDE
RGB
CMYK
RGB Variations
Color information
#F4CFDE (or 0xF4CFDE) is known color: Classic Rose. HEX triplet: F4, CF and DE. RGB value is (244,207,222). Sum of RGB (Red+Green+Blue) = 244+207+222=673 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.26% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDE is #0B3021. Grayscale: #DBDBDB. Windows color (decimal): -733218 or 14602228. OLE color: 14602228.
HSL color Cylindrical-coordinate representation of color #F4CFDE: hue angle of 335.68º 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 #F4CFDE is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 222 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.04 |
| HSL | 335.68º | 0.63% | 0.88% | - |
| HSV(B) | 335.68º | 0.15% | 0.96% | - |
| XYZ | 72.81 | 69.13 | 78.61 | - |
| YUV | 219.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 222 | 0 | 0.15 | 0.09 | 0.04 | 335.68 | 0.63 | 0.88 |
| Hex | F4 | CF | DE | 0 | F | 9 | 4 | 150 | 3F | 58 |
| Octal | 364 | 317 | 336 | 0 | 17 | 11 | 4 | 520 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11011110 | 0 | 1111 | 1001 | 100 | 101010000 | 111111 | 1011000 |
Color Harmonies of #F4CFDE
Complementary color
Monochromatic Colors of #F4CFDE
Black with #F4CFDE
Text Example
Text Example
White with #F4CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFDE; }
p { color: rgb(244,207,222); }
H1.HeaderClassName
{
color: #F4CFDE;
}
.AnyTagClassName
{
color: #F4CFDE;
}
</style>
background-color css
<style>
a { background-color: #F4CFDE; }
a { background-color: rgb(244,207,222); }
div.DivClassName
{
background-color: #F4CFDE;
}
.BgClassName
{
background-color: #F4CFDE;
}
</style>
border-color css
<style>
span { border-color: #F4CFDE; }
span { border-color: rgb(244,207,222); }
td.TdClassName
{
border-color: #F4CFDE;
}
.TagClassName
{
border-color: #F4CFDE;
}
</style>