Shades of Pale Rose #F0CDD2
Tints of Pale Rose #F0CDD2
RGB
CMYK
RGB Variations
Color information
#F0CDD2 (or 0xF0CDD2) is known color: Pale Rose. HEX triplet: F0, CD and D2. RGB value is (240,205,210). Sum of RGB (Red+Green+Blue) = 240+205+210=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDD2 is #0F322D. Grayscale: #D8D8D8. Windows color (decimal): -995886 or 13815280. OLE color: 13815280.
HSL color Cylindrical-coordinate representation of color #F0CDD2: hue angle of 351.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDD2 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 210 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.06 |
| HSL | 351.43º | 0.54% | 0.87% | - |
| HSV(B) | 351.43º | 0.15% | 0.94% | - |
| XYZ | 69.4 | 66.84 | 70.22 | - |
| YUV | 216.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 210 | 0 | 0.15 | 0.12 | 0.06 | 351.43 | 0.54 | 0.87 |
| Hex | F0 | CD | D2 | 0 | F | C | 6 | 15F | 36 | 57 |
| Octal | 360 | 315 | 322 | 0 | 17 | 14 | 6 | 537 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11010010 | 0 | 1111 | 1100 | 110 | 101011111 | 110110 | 1010111 |
Color Harmonies of #F0CDD2
Complementary color
Monochromatic Colors of #F0CDD2
Black with #F0CDD2
Text Example
Text Example
White with #F0CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDD2; }
p { color: rgb(240,205,210); }
H1.HeaderClassName
{
color: #F0CDD2;
}
.AnyTagClassName
{
color: #F0CDD2;
}
</style>
background-color css
<style>
a { background-color: #F0CDD2; }
a { background-color: rgb(240,205,210); }
div.DivClassName
{
background-color: #F0CDD2;
}
.BgClassName
{
background-color: #F0CDD2;
}
</style>
border-color css
<style>
span { border-color: #F0CDD2; }
span { border-color: rgb(240,205,210); }
td.TdClassName
{
border-color: #F0CDD2;
}
.TagClassName
{
border-color: #F0CDD2;
}
</style>