Shades of Classic Rose #F4CFDD
Tints of Classic Rose #F4CFDD
RGB
CMYK
RGB Variations
Color information
#F4CFDD (or 0xF4CFDD) is known color: Classic Rose. HEX triplet: F4, CF and DD. RGB value is (244,207,221). Sum of RGB (Red+Green+Blue) = 244+207+221=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDD is #0B3022. Grayscale: #DBDBDB. Windows color (decimal): -733219 or 14536692. OLE color: 14536692.
HSL color Cylindrical-coordinate representation of color #F4CFDD: hue angle of 337.3º 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 #F4CFDD is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 221 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.04 |
| HSL | 337.3º | 0.63% | 0.88% | - |
| HSV(B) | 337.3º | 0.15% | 0.96% | - |
| XYZ | 72.67 | 69.08 | 77.91 | - |
| YUV | 219.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 221 | 0 | 0.15 | 0.09 | 0.04 | 337.3 | 0.63 | 0.88 |
| Hex | F4 | CF | DD | 0 | F | 9 | 4 | 151 | 3F | 58 |
| Octal | 364 | 317 | 335 | 0 | 17 | 11 | 4 | 521 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11011101 | 0 | 1111 | 1001 | 100 | 101010001 | 111111 | 1011000 |
Color Harmonies of #F4CFDD
Complementary color
Monochromatic Colors of #F4CFDD
Black with #F4CFDD
Text Example
Text Example
White with #F4CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFDD; }
p { color: rgb(244,207,221); }
H1.HeaderClassName
{
color: #F4CFDD;
}
.AnyTagClassName
{
color: #F4CFDD;
}
</style>
background-color css
<style>
a { background-color: #F4CFDD; }
a { background-color: rgb(244,207,221); }
div.DivClassName
{
background-color: #F4CFDD;
}
.BgClassName
{
background-color: #F4CFDD;
}
</style>
border-color css
<style>
span { border-color: #F4CFDD; }
span { border-color: rgb(244,207,221); }
td.TdClassName
{
border-color: #F4CFDD;
}
.TagClassName
{
border-color: #F4CFDD;
}
</style>