Shades of Classic Rose #F0D4DF
Tints of Classic Rose #F0D4DF
RGB
CMYK
RGB Variations
Color information
#F0D4DF (or 0xF0D4DF) is known color: Classic Rose. HEX triplet: F0, D4 and DF. RGB value is (240,212,223). Sum of RGB (Red+Green+Blue) = 240+212+223=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4DF is #0F2B20. Grayscale: #DDDDDD. Windows color (decimal): -994081 or 14669040. OLE color: 14669040.
HSL color Cylindrical-coordinate representation of color #F0D4DF: hue angle of 336.43º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D4DF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 223 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.06 |
| HSL | 336.43º | 0.48% | 0.89% | - |
| HSV(B) | 336.43º | 0.12% | 0.94% | - |
| XYZ | 72.8 | 70.94 | 79.67 | - |
| YUV | 221.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 223 | 0 | 0.12 | 0.07 | 0.06 | 336.43 | 0.48 | 0.89 |
| Hex | F0 | D4 | DF | 0 | C | 7 | 6 | 150 | 30 | 59 |
| Octal | 360 | 324 | 337 | 0 | 14 | 7 | 6 | 520 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11011111 | 0 | 1100 | 111 | 110 | 101010000 | 110000 | 1011001 |
Color Harmonies of #F0D4DF
Complementary color
Monochromatic Colors of #F0D4DF
Black with #F0D4DF
Text Example
Text Example
White with #F0D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4DF; }
p { color: rgb(240,212,223); }
H1.HeaderClassName
{
color: #F0D4DF;
}
.AnyTagClassName
{
color: #F0D4DF;
}
</style>
background-color css
<style>
a { background-color: #F0D4DF; }
a { background-color: rgb(240,212,223); }
div.DivClassName
{
background-color: #F0D4DF;
}
.BgClassName
{
background-color: #F0D4DF;
}
</style>
border-color css
<style>
span { border-color: #F0D4DF; }
span { border-color: rgb(240,212,223); }
td.TdClassName
{
border-color: #F0D4DF;
}
.TagClassName
{
border-color: #F0D4DF;
}
</style>