Shades of Pale Rose #F0CBCF
Tints of Pale Rose #F0CBCF
RGB
CMYK
RGB Variations
Color information
#F0CBCF (or 0xF0CBCF) is known color: Pale Rose. HEX triplet: F0, CB and CF. RGB value is (240,203,207). Sum of RGB (Red+Green+Blue) = 240+203+207=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBCF is #0F3430. Grayscale: #D6D6D6. Windows color (decimal): -996401 or 13618160. OLE color: 13618160.
HSL color Cylindrical-coordinate representation of color #F0CBCF: hue angle of 353.51º 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 #F0CBCF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 207 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.06 |
| HSL | 353.51º | 0.55% | 0.87% | - |
| HSV(B) | 353.51º | 0.15% | 0.94% | - |
| XYZ | 68.55 | 65.74 | 68.11 | - |
| YUV | 214.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 207 | 0 | 0.15 | 0.14 | 0.06 | 353.51 | 0.55 | 0.87 |
| Hex | F0 | CB | CF | 0 | F | E | 6 | 162 | 37 | 57 |
| Octal | 360 | 313 | 317 | 0 | 17 | 16 | 6 | 542 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11001111 | 0 | 1111 | 1110 | 110 | 101100010 | 110111 | 1010111 |
Color Harmonies of #F0CBCF
Complementary color
Monochromatic Colors of #F0CBCF
Black with #F0CBCF
Text Example
Text Example
White with #F0CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBCF; }
p { color: rgb(240,203,207); }
H1.HeaderClassName
{
color: #F0CBCF;
}
.AnyTagClassName
{
color: #F0CBCF;
}
</style>
background-color css
<style>
a { background-color: #F0CBCF; }
a { background-color: rgb(240,203,207); }
div.DivClassName
{
background-color: #F0CBCF;
}
.BgClassName
{
background-color: #F0CBCF;
}
</style>
border-color css
<style>
span { border-color: #F0CBCF; }
span { border-color: rgb(240,203,207); }
td.TdClassName
{
border-color: #F0CBCF;
}
.TagClassName
{
border-color: #F0CBCF;
}
</style>