Shades of Pale Rose #F0CCCF
Tints of Pale Rose #F0CCCF
RGB
CMYK
RGB Variations
Color information
#F0CCCF (or 0xF0CCCF) is known color: Pale Rose. HEX triplet: F0, CC and CF. RGB value is (240,204,207). Sum of RGB (Red+Green+Blue) = 240+204+207=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCCF is #0F3330. Grayscale: #D7D7D7. Windows color (decimal): -996145 or 13618416. OLE color: 13618416.
HSL color Cylindrical-coordinate representation of color #F0CCCF: hue angle of 355º 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 #F0CCCF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 207 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.06 |
| HSL | 355º | 0.55% | 0.87% | - |
| HSV(B) | 355º | 0.15% | 0.94% | - |
| XYZ | 68.79 | 66.22 | 68.19 | - |
| YUV | 215.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 207 | 0 | 0.15 | 0.14 | 0.06 | 355 | 0.55 | 0.87 |
| Hex | F0 | CC | CF | 0 | F | E | 6 | 163 | 37 | 57 |
| Octal | 360 | 314 | 317 | 0 | 17 | 16 | 6 | 543 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11001111 | 0 | 1111 | 1110 | 110 | 101100011 | 110111 | 1010111 |
Color Harmonies of #F0CCCF
Complementary color
Monochromatic Colors of #F0CCCF
Black with #F0CCCF
Text Example
Text Example
White with #F0CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCCF; }
p { color: rgb(240,204,207); }
H1.HeaderClassName
{
color: #F0CCCF;
}
.AnyTagClassName
{
color: #F0CCCF;
}
</style>
background-color css
<style>
a { background-color: #F0CCCF; }
a { background-color: rgb(240,204,207); }
div.DivClassName
{
background-color: #F0CCCF;
}
.BgClassName
{
background-color: #F0CCCF;
}
</style>
border-color css
<style>
span { border-color: #F0CCCF; }
span { border-color: rgb(240,204,207); }
td.TdClassName
{
border-color: #F0CCCF;
}
.TagClassName
{
border-color: #F0CCCF;
}
</style>