Shades of Pale Rose #F0CFD2
Tints of Pale Rose #F0CFD2
RGB
CMYK
RGB Variations
Color information
#F0CFD2 (or 0xF0CFD2) is known color: Pale Rose. HEX triplet: F0, CF and D2. RGB value is (240,207,210). Sum of RGB (Red+Green+Blue) = 240+207+210=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFD2 is #0F302D. Grayscale: #D9D9D9. Windows color (decimal): -995374 or 13815792. OLE color: 13815792.
HSL color Cylindrical-coordinate representation of color #F0CFD2: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFD2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 210 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.06 |
| HSL | 354.55º | 0.52% | 0.88% | - |
| HSV(B) | 354.55º | 0.14% | 0.94% | - |
| XYZ | 69.88 | 67.8 | 70.38 | - |
| YUV | 217.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 210 | 0 | 0.14 | 0.12 | 0.06 | 354.55 | 0.52 | 0.88 |
| Hex | F0 | CF | D2 | 0 | E | C | 6 | 163 | 34 | 58 |
| Octal | 360 | 317 | 322 | 0 | 16 | 14 | 6 | 543 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11010010 | 0 | 1110 | 1100 | 110 | 101100011 | 110100 | 1011000 |
Color Harmonies of #F0CFD2
Complementary color
Monochromatic Colors of #F0CFD2
Black with #F0CFD2
Text Example
Text Example
White with #F0CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFD2; }
p { color: rgb(240,207,210); }
H1.HeaderClassName
{
color: #F0CFD2;
}
.AnyTagClassName
{
color: #F0CFD2;
}
</style>
background-color css
<style>
a { background-color: #F0CFD2; }
a { background-color: rgb(240,207,210); }
div.DivClassName
{
background-color: #F0CFD2;
}
.BgClassName
{
background-color: #F0CFD2;
}
</style>
border-color css
<style>
span { border-color: #F0CFD2; }
span { border-color: rgb(240,207,210); }
td.TdClassName
{
border-color: #F0CFD2;
}
.TagClassName
{
border-color: #F0CFD2;
}
</style>