Shades of Pale Rose #F0D2D3
Tints of Pale Rose #F0D2D3
RGB
CMYK
RGB Variations
Color information
#F0D2D3 (or 0xF0D2D3) is known color: Pale Rose. HEX triplet: F0, D2 and D3. RGB value is (240,210,211). Sum of RGB (Red+Green+Blue) = 240+210+211=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2D3 is #0F2D2C. Grayscale: #DBDBDB. Windows color (decimal): -994605 or 13882096. OLE color: 13882096.
HSL color Cylindrical-coordinate representation of color #F0D2D3: hue angle of 358º degrees, saturation: 0.5, 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 #F0D2D3 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 211 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.06 |
| HSL | 358º | 0.5% | 0.88% | - |
| HSV(B) | 358º | 0.13% | 0.94% | - |
| XYZ | 70.74 | 69.32 | 71.28 | - |
| YUV | 219.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 211 | 0 | 0.12 | 0.12 | 0.06 | 358 | 0.5 | 0.88 |
| Hex | F0 | D2 | D3 | 0 | C | C | 6 | 166 | 32 | 58 |
| Octal | 360 | 322 | 323 | 0 | 14 | 14 | 6 | 546 | 62 | 130 |
| Binary | 11110000 | 11010010 | 11010011 | 0 | 1100 | 1100 | 110 | 101100110 | 110010 | 1011000 |
Color Harmonies of #F0D2D3
Complementary color
Monochromatic Colors of #F0D2D3
Black with #F0D2D3
Text Example
Text Example
White with #F0D2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2D3; }
p { color: rgb(240,210,211); }
H1.HeaderClassName
{
color: #F0D2D3;
}
.AnyTagClassName
{
color: #F0D2D3;
}
</style>
background-color css
<style>
a { background-color: #F0D2D3; }
a { background-color: rgb(240,210,211); }
div.DivClassName
{
background-color: #F0D2D3;
}
.BgClassName
{
background-color: #F0D2D3;
}
</style>
border-color css
<style>
span { border-color: #F0D2D3; }
span { border-color: rgb(240,210,211); }
td.TdClassName
{
border-color: #F0D2D3;
}
.TagClassName
{
border-color: #F0D2D3;
}
</style>