Shades of Pale Rose #F0CCCE
Tints of Pale Rose #F0CCCE
RGB
CMYK
RGB Variations
Color information
#F0CCCE (or 0xF0CCCE) is known color: Pale Rose. HEX triplet: F0, CC and CE. RGB value is (240,204,206). Sum of RGB (Red+Green+Blue) = 240+204+206=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCCE is #0F3331. Grayscale: #D7D7D7. Windows color (decimal): -996146 or 13552880. OLE color: 13552880.
HSL color Cylindrical-coordinate representation of color #F0CCCE: hue angle of 356.67º 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 #F0CCCE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 206 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.06 |
| HSL | 356.67º | 0.55% | 0.87% | - |
| HSV(B) | 356.67º | 0.15% | 0.94% | - |
| XYZ | 68.67 | 66.17 | 67.54 | - |
| YUV | 214.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 206 | 0 | 0.15 | 0.14 | 0.06 | 356.67 | 0.55 | 0.87 |
| Hex | F0 | CC | CE | 0 | F | E | 6 | 165 | 37 | 57 |
| Octal | 360 | 314 | 316 | 0 | 17 | 16 | 6 | 545 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11001110 | 0 | 1111 | 1110 | 110 | 101100101 | 110111 | 1010111 |
Color Harmonies of #F0CCCE
Complementary color
Monochromatic Colors of #F0CCCE
Black with #F0CCCE
Text Example
Text Example
White with #F0CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCCE; }
p { color: rgb(240,204,206); }
H1.HeaderClassName
{
color: #F0CCCE;
}
.AnyTagClassName
{
color: #F0CCCE;
}
</style>
background-color css
<style>
a { background-color: #F0CCCE; }
a { background-color: rgb(240,204,206); }
div.DivClassName
{
background-color: #F0CCCE;
}
.BgClassName
{
background-color: #F0CCCE;
}
</style>
border-color css
<style>
span { border-color: #F0CCCE; }
span { border-color: rgb(240,204,206); }
td.TdClassName
{
border-color: #F0CCCE;
}
.TagClassName
{
border-color: #F0CCCE;
}
</style>