Shades of Pale Rose #F2CCD0
Tints of Pale Rose #F2CCD0
RGB
CMYK
RGB Variations
Color information
#F2CCD0 (or 0xF2CCD0) is known color: Pale Rose. HEX triplet: F2, CC and D0. RGB value is (242,204,208). Sum of RGB (Red+Green+Blue) = 242+204+208=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD0 is #0D332F. Grayscale: #D7D7D7. Windows color (decimal): -865072 or 13683954. OLE color: 13683954.
HSL color Cylindrical-coordinate representation of color #F2CCD0: hue angle of 353.68º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCD0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 208 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 353.68º | 0.59% | 0.87% | - |
| HSV(B) | 353.68º | 0.16% | 0.95% | - |
| XYZ | 69.6 | 66.62 | 68.86 | - |
| YUV | 215.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 208 | 0 | 0.16 | 0.14 | 0.05 | 353.68 | 0.59 | 0.87 |
| Hex | F2 | CC | D0 | 0 | 10 | E | 5 | 162 | 3B | 57 |
| Octal | 362 | 314 | 320 | 0 | 20 | 16 | 5 | 542 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11010000 | 0 | 10000 | 1110 | 101 | 101100010 | 111011 | 1010111 |
Color Harmonies of #F2CCD0
Complementary color
Monochromatic Colors of #F2CCD0
Black with #F2CCD0
Text Example
Text Example
White with #F2CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCD0; }
p { color: rgb(242,204,208); }
H1.HeaderClassName
{
color: #F2CCD0;
}
.AnyTagClassName
{
color: #F2CCD0;
}
</style>
background-color css
<style>
a { background-color: #F2CCD0; }
a { background-color: rgb(242,204,208); }
div.DivClassName
{
background-color: #F2CCD0;
}
.BgClassName
{
background-color: #F2CCD0;
}
</style>
border-color css
<style>
span { border-color: #F2CCD0; }
span { border-color: rgb(242,204,208); }
td.TdClassName
{
border-color: #F2CCD0;
}
.TagClassName
{
border-color: #F2CCD0;
}
</style>