Shades of Pale Rose #F0D4D6
Tints of Pale Rose #F0D4D6
RGB
CMYK
RGB Variations
Color information
#F0D4D6 (or 0xF0D4D6) is known color: Pale Rose. HEX triplet: F0, D4 and D6. RGB value is (240,212,214). Sum of RGB (Red+Green+Blue) = 240+212+214=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4D6 is #0F2B29. Grayscale: #DCDCDC. Windows color (decimal): -994090 or 14079216. OLE color: 14079216.
HSL color Cylindrical-coordinate representation of color #F0D4D6: hue angle of 355.71º 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 #F0D4D6 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 214 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.06 |
| HSL | 355.71º | 0.48% | 0.89% | - |
| HSV(B) | 355.71º | 0.12% | 0.94% | - |
| XYZ | 71.62 | 70.47 | 73.45 | - |
| YUV | 220.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 214 | 0 | 0.12 | 0.11 | 0.06 | 355.71 | 0.48 | 0.89 |
| Hex | F0 | D4 | D6 | 0 | C | B | 6 | 164 | 30 | 59 |
| Octal | 360 | 324 | 326 | 0 | 14 | 13 | 6 | 544 | 60 | 131 |
| Binary | 11110000 | 11010100 | 11010110 | 0 | 1100 | 1011 | 110 | 101100100 | 110000 | 1011001 |
Color Harmonies of #F0D4D6
Complementary color
Monochromatic Colors of #F0D4D6
Black with #F0D4D6
Text Example
Text Example
White with #F0D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4D6; }
p { color: rgb(240,212,214); }
H1.HeaderClassName
{
color: #F0D4D6;
}
.AnyTagClassName
{
color: #F0D4D6;
}
</style>
background-color css
<style>
a { background-color: #F0D4D6; }
a { background-color: rgb(240,212,214); }
div.DivClassName
{
background-color: #F0D4D6;
}
.BgClassName
{
background-color: #F0D4D6;
}
</style>
border-color css
<style>
span { border-color: #F0D4D6; }
span { border-color: rgb(240,212,214); }
td.TdClassName
{
border-color: #F0D4D6;
}
.TagClassName
{
border-color: #F0D4D6;
}
</style>