Shades of Classic Rose #F4CFDF
Tints of Classic Rose #F4CFDF
RGB
CMYK
RGB Variations
Color information
#F4CFDF (or 0xF4CFDF) is known color: Classic Rose. HEX triplet: F4, CF and DF. RGB value is (244,207,223). Sum of RGB (Red+Green+Blue) = 244+207+223=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDF is #0B3020. Grayscale: #DBDBDB. Windows color (decimal): -733217 or 14667764. OLE color: 14667764.
HSL color Cylindrical-coordinate representation of color #F4CFDF: hue angle of 334.05º 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 #F4CFDF is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 223 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.04 |
| HSL | 334.05º | 0.63% | 0.88% | - |
| HSV(B) | 334.05º | 0.15% | 0.96% | - |
| XYZ | 72.94 | 69.19 | 79.32 | - |
| YUV | 219.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 223 | 0 | 0.15 | 0.09 | 0.04 | 334.05 | 0.63 | 0.88 |
| Hex | F4 | CF | DF | 0 | F | 9 | 4 | 14E | 3F | 58 |
| Octal | 364 | 317 | 337 | 0 | 17 | 11 | 4 | 516 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11011111 | 0 | 1111 | 1001 | 100 | 101001110 | 111111 | 1011000 |
Color Harmonies of #F4CFDF
Complementary color
Monochromatic Colors of #F4CFDF
Black with #F4CFDF
Text Example
Text Example
White with #F4CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFDF; }
p { color: rgb(244,207,223); }
H1.HeaderClassName
{
color: #F4CFDF;
}
.AnyTagClassName
{
color: #F4CFDF;
}
</style>
background-color css
<style>
a { background-color: #F4CFDF; }
a { background-color: rgb(244,207,223); }
div.DivClassName
{
background-color: #F4CFDF;
}
.BgClassName
{
background-color: #F4CFDF;
}
</style>
border-color css
<style>
span { border-color: #F4CFDF; }
span { border-color: rgb(244,207,223); }
td.TdClassName
{
border-color: #F4CFDF;
}
.TagClassName
{
border-color: #F4CFDF;
}
</style>