Shades of Classic Rose #F4D2DF
Tints of Classic Rose #F4D2DF
RGB
CMYK
RGB Variations
Color information
#F4D2DF (or 0xF4D2DF) is known color: Classic Rose. HEX triplet: F4, D2 and DF. RGB value is (244,210,223). Sum of RGB (Red+Green+Blue) = 244+210+223=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D2DF is #0B2D20. Grayscale: #DDDDDD. Windows color (decimal): -732449 or 14668532. OLE color: 14668532.
HSL color Cylindrical-coordinate representation of color #F4D2DF: hue angle of 337.06º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D2DF is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 223 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.04 |
| HSL | 337.06º | 0.61% | 0.89% | - |
| HSV(B) | 337.06º | 0.14% | 0.96% | - |
| XYZ | 73.67 | 70.65 | 79.57 | - |
| YUV | 221.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 223 | 0 | 0.14 | 0.09 | 0.04 | 337.06 | 0.61 | 0.89 |
| Hex | F4 | D2 | DF | 0 | E | 9 | 4 | 151 | 3D | 59 |
| Octal | 364 | 322 | 337 | 0 | 16 | 11 | 4 | 521 | 75 | 131 |
| Binary | 11110100 | 11010010 | 11011111 | 0 | 1110 | 1001 | 100 | 101010001 | 111101 | 1011001 |
Color Harmonies of #F4D2DF
Complementary color
Monochromatic Colors of #F4D2DF
Black with #F4D2DF
Text Example
Text Example
White with #F4D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D2DF; }
p { color: rgb(244,210,223); }
H1.HeaderClassName
{
color: #F4D2DF;
}
.AnyTagClassName
{
color: #F4D2DF;
}
</style>
background-color css
<style>
a { background-color: #F4D2DF; }
a { background-color: rgb(244,210,223); }
div.DivClassName
{
background-color: #F4D2DF;
}
.BgClassName
{
background-color: #F4D2DF;
}
</style>
border-color css
<style>
span { border-color: #F4D2DF; }
span { border-color: rgb(244,210,223); }
td.TdClassName
{
border-color: #F4D2DF;
}
.TagClassName
{
border-color: #F4D2DF;
}
</style>