Shades of Pale Rose #F0CCD0
Tints of Pale Rose #F0CCD0
RGB
CMYK
RGB Variations
Color information
#F0CCD0 (or 0xF0CCD0) is known color: Pale Rose. HEX triplet: F0, CC and D0. RGB value is (240,204,208). Sum of RGB (Red+Green+Blue) = 240+204+208=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD0 is #0F332F. Grayscale: #D7D7D7. Windows color (decimal): -996144 or 13683952. OLE color: 13683952.
HSL color Cylindrical-coordinate representation of color #F0CCD0: hue angle of 353.33º degrees, saturation: 0.55, 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 #F0CCD0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 208 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.06 |
| HSL | 353.33º | 0.55% | 0.87% | - |
| HSV(B) | 353.33º | 0.15% | 0.94% | - |
| XYZ | 68.91 | 66.27 | 68.83 | - |
| YUV | 215.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 208 | 0 | 0.15 | 0.13 | 0.06 | 353.33 | 0.55 | 0.87 |
| Hex | F0 | CC | D0 | 0 | F | D | 6 | 161 | 37 | 57 |
| Octal | 360 | 314 | 320 | 0 | 17 | 15 | 6 | 541 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11010000 | 0 | 1111 | 1101 | 110 | 101100001 | 110111 | 1010111 |
Color Harmonies of #F0CCD0
Complementary color
Monochromatic Colors of #F0CCD0
Black with #F0CCD0
Text Example
Text Example
White with #F0CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCD0; }
p { color: rgb(240,204,208); }
H1.HeaderClassName
{
color: #F0CCD0;
}
.AnyTagClassName
{
color: #F0CCD0;
}
</style>
background-color css
<style>
a { background-color: #F0CCD0; }
a { background-color: rgb(240,204,208); }
div.DivClassName
{
background-color: #F0CCD0;
}
.BgClassName
{
background-color: #F0CCD0;
}
</style>
border-color css
<style>
span { border-color: #F0CCD0; }
span { border-color: rgb(240,204,208); }
td.TdClassName
{
border-color: #F0CCD0;
}
.TagClassName
{
border-color: #F0CCD0;
}
</style>