Shades of Pale Rose #F0CFD0
Tints of Pale Rose #F0CFD0
RGB
CMYK
RGB Variations
Color information
#F0CFD0 (or 0xF0CFD0) is known color: Pale Rose. HEX triplet: F0, CF and D0. RGB value is (240,207,208). Sum of RGB (Red+Green+Blue) = 240+207+208=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFD0 is #0F302F. Grayscale: #D9D9D9. Windows color (decimal): -995376 or 13684720. OLE color: 13684720.
HSL color Cylindrical-coordinate representation of color #F0CFD0: hue angle of 358.18º 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 #F0CFD0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 208 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.06 |
| HSL | 358.18º | 0.52% | 0.88% | - |
| HSV(B) | 358.18º | 0.14% | 0.94% | - |
| XYZ | 69.63 | 67.7 | 69.07 | - |
| YUV | 216.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 208 | 0 | 0.14 | 0.13 | 0.06 | 358.18 | 0.52 | 0.88 |
| Hex | F0 | CF | D0 | 0 | E | D | 6 | 166 | 34 | 58 |
| Octal | 360 | 317 | 320 | 0 | 16 | 15 | 6 | 546 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11010000 | 0 | 1110 | 1101 | 110 | 101100110 | 110100 | 1011000 |
Color Harmonies of #F0CFD0
Complementary color
Monochromatic Colors of #F0CFD0
Black with #F0CFD0
Text Example
Text Example
White with #F0CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFD0; }
p { color: rgb(240,207,208); }
H1.HeaderClassName
{
color: #F0CFD0;
}
.AnyTagClassName
{
color: #F0CFD0;
}
</style>
background-color css
<style>
a { background-color: #F0CFD0; }
a { background-color: rgb(240,207,208); }
div.DivClassName
{
background-color: #F0CFD0;
}
.BgClassName
{
background-color: #F0CFD0;
}
</style>
border-color css
<style>
span { border-color: #F0CFD0; }
span { border-color: rgb(240,207,208); }
td.TdClassName
{
border-color: #F0CFD0;
}
.TagClassName
{
border-color: #F0CFD0;
}
</style>