Shades of Pale Rose #F0D3D9
Tints of Pale Rose #F0D3D9
RGB
CMYK
RGB Variations
Color information
#F0D3D9 (or 0xF0D3D9) is known color: Pale Rose. HEX triplet: F0, D3 and D9. RGB value is (240,211,217). Sum of RGB (Red+Green+Blue) = 240+211+217=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3D9 is #0F2C26. Grayscale: #DCDCDC. Windows color (decimal): -994343 or 14275568. OLE color: 14275568.
HSL color Cylindrical-coordinate representation of color #F0D3D9: hue angle of 347.59º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D3D9 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 217 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.06 |
| HSL | 347.59º | 0.49% | 0.88% | - |
| HSV(B) | 347.59º | 0.12% | 0.94% | - |
| XYZ | 71.75 | 70.12 | 75.4 | - |
| YUV | 220.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 217 | 0 | 0.12 | 0.10 | 0.06 | 347.59 | 0.49 | 0.88 |
| Hex | F0 | D3 | D9 | 0 | C | A | 6 | 15C | 31 | 58 |
| Octal | 360 | 323 | 331 | 0 | 14 | 12 | 6 | 534 | 61 | 130 |
| Binary | 11110000 | 11010011 | 11011001 | 0 | 1100 | 1010 | 110 | 101011100 | 110001 | 1011000 |
Color Harmonies of #F0D3D9
Complementary color
Monochromatic Colors of #F0D3D9
Black with #F0D3D9
Text Example
Text Example
White with #F0D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3D9; }
p { color: rgb(240,211,217); }
H1.HeaderClassName
{
color: #F0D3D9;
}
.AnyTagClassName
{
color: #F0D3D9;
}
</style>
background-color css
<style>
a { background-color: #F0D3D9; }
a { background-color: rgb(240,211,217); }
div.DivClassName
{
background-color: #F0D3D9;
}
.BgClassName
{
background-color: #F0D3D9;
}
</style>
border-color css
<style>
span { border-color: #F0D3D9; }
span { border-color: rgb(240,211,217); }
td.TdClassName
{
border-color: #F0D3D9;
}
.TagClassName
{
border-color: #F0D3D9;
}
</style>