Shades of Pale Rose #F0D1D3
Tints of Pale Rose #F0D1D3
RGB
CMYK
RGB Variations
Color information
#F0D1D3 (or 0xF0D1D3) is known color: Pale Rose. HEX triplet: F0, D1 and D3. RGB value is (240,209,211). Sum of RGB (Red+Green+Blue) = 240+209+211=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1D3 is #0F2E2C. Grayscale: #DADADA. Windows color (decimal): -994861 or 13881840. OLE color: 13881840.
HSL color Cylindrical-coordinate representation of color #F0D1D3: hue angle of 356.13º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D1D3 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 211 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.06 |
| HSL | 356.13º | 0.51% | 0.88% | - |
| HSV(B) | 356.13º | 0.13% | 0.94% | - |
| XYZ | 70.49 | 68.83 | 71.2 | - |
| YUV | 218.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 211 | 0 | 0.13 | 0.12 | 0.06 | 356.13 | 0.51 | 0.88 |
| Hex | F0 | D1 | D3 | 0 | D | C | 6 | 164 | 33 | 58 |
| Octal | 360 | 321 | 323 | 0 | 15 | 14 | 6 | 544 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11010011 | 0 | 1101 | 1100 | 110 | 101100100 | 110011 | 1011000 |
Color Harmonies of #F0D1D3
Complementary color
Monochromatic Colors of #F0D1D3
Black with #F0D1D3
Text Example
Text Example
White with #F0D1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1D3; }
p { color: rgb(240,209,211); }
H1.HeaderClassName
{
color: #F0D1D3;
}
.AnyTagClassName
{
color: #F0D1D3;
}
</style>
background-color css
<style>
a { background-color: #F0D1D3; }
a { background-color: rgb(240,209,211); }
div.DivClassName
{
background-color: #F0D1D3;
}
.BgClassName
{
background-color: #F0D1D3;
}
</style>
border-color css
<style>
span { border-color: #F0D1D3; }
span { border-color: rgb(240,209,211); }
td.TdClassName
{
border-color: #F0D1D3;
}
.TagClassName
{
border-color: #F0D1D3;
}
</style>