Shades of Pale Rose #F0CDCE
Tints of Pale Rose #F0CDCE
RGB
CMYK
RGB Variations
Color information
#F0CDCE (or 0xF0CDCE) is known color: Pale Rose. HEX triplet: F0, CD and CE. RGB value is (240,205,206). Sum of RGB (Red+Green+Blue) = 240+205+206=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCE is #0F3231. Grayscale: #D7D7D7. Windows color (decimal): -995890 or 13553136. OLE color: 13553136.
HSL color Cylindrical-coordinate representation of color #F0CDCE: hue angle of 358.29º 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 #F0CDCE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 206 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.06 |
| HSL | 358.29º | 0.54% | 0.87% | - |
| HSV(B) | 358.29º | 0.15% | 0.94% | - |
| XYZ | 68.91 | 66.64 | 67.62 | - |
| YUV | 215.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 206 | 0 | 0.15 | 0.14 | 0.06 | 358.29 | 0.54 | 0.87 |
| Hex | F0 | CD | CE | 0 | F | E | 6 | 166 | 36 | 57 |
| Octal | 360 | 315 | 316 | 0 | 17 | 16 | 6 | 546 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11001110 | 0 | 1111 | 1110 | 110 | 101100110 | 110110 | 1010111 |
Color Harmonies of #F0CDCE
Complementary color
Monochromatic Colors of #F0CDCE
Black with #F0CDCE
Text Example
Text Example
White with #F0CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDCE; }
p { color: rgb(240,205,206); }
H1.HeaderClassName
{
color: #F0CDCE;
}
.AnyTagClassName
{
color: #F0CDCE;
}
</style>
background-color css
<style>
a { background-color: #F0CDCE; }
a { background-color: rgb(240,205,206); }
div.DivClassName
{
background-color: #F0CDCE;
}
.BgClassName
{
background-color: #F0CDCE;
}
</style>
border-color css
<style>
span { border-color: #F0CDCE; }
span { border-color: rgb(240,205,206); }
td.TdClassName
{
border-color: #F0CDCE;
}
.TagClassName
{
border-color: #F0CDCE;
}
</style>