Shades of Classic Rose #F4D1DE
Tints of Classic Rose #F4D1DE
RGB
CMYK
RGB Variations
Color information
#F4D1DE (or 0xF4D1DE) is known color: Classic Rose. HEX triplet: F4, D1 and DE. RGB value is (244,209,222). Sum of RGB (Red+Green+Blue) = 244+209+222=675 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.15% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D1DE is #0B2E21. Grayscale: #DCDCDC. Windows color (decimal): -732706 or 14602740. OLE color: 14602740.
HSL color Cylindrical-coordinate representation of color #F4D1DE: hue angle of 337.71º 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 #F4D1DE is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 222 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.04 |
| HSL | 337.71º | 0.61% | 0.89% | - |
| HSV(B) | 337.71º | 0.14% | 0.96% | - |
| XYZ | 73.29 | 70.11 | 78.78 | - |
| YUV | 220.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 222 | 0 | 0.14 | 0.09 | 0.04 | 337.71 | 0.61 | 0.89 |
| Hex | F4 | D1 | DE | 0 | E | 9 | 4 | 152 | 3D | 59 |
| Octal | 364 | 321 | 336 | 0 | 16 | 11 | 4 | 522 | 75 | 131 |
| Binary | 11110100 | 11010001 | 11011110 | 0 | 1110 | 1001 | 100 | 101010010 | 111101 | 1011001 |
Color Harmonies of #F4D1DE
Complementary color
Monochromatic Colors of #F4D1DE
Black with #F4D1DE
Text Example
Text Example
White with #F4D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D1DE; }
p { color: rgb(244,209,222); }
H1.HeaderClassName
{
color: #F4D1DE;
}
.AnyTagClassName
{
color: #F4D1DE;
}
</style>
background-color css
<style>
a { background-color: #F4D1DE; }
a { background-color: rgb(244,209,222); }
div.DivClassName
{
background-color: #F4D1DE;
}
.BgClassName
{
background-color: #F4D1DE;
}
</style>
border-color css
<style>
span { border-color: #F4D1DE; }
span { border-color: rgb(244,209,222); }
td.TdClassName
{
border-color: #F4D1DE;
}
.TagClassName
{
border-color: #F4D1DE;
}
</style>