Shades of Pale Rose #F2CDD0
Tints of Pale Rose #F2CDD0
RGB
CMYK
RGB Variations
Color information
#F2CDD0 (or 0xF2CDD0) is known color: Pale Rose. HEX triplet: F2, CD and D0. RGB value is (242,205,208). Sum of RGB (Red+Green+Blue) = 242+205+208=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDD0 is #0D322F. Grayscale: #D8D8D8. Windows color (decimal): -864816 or 13684210. OLE color: 13684210.
HSL color Cylindrical-coordinate representation of color #F2CDD0: hue angle of 355.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDD0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 208 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.05 |
| HSL | 355.14º | 0.59% | 0.88% | - |
| HSV(B) | 355.14º | 0.15% | 0.95% | - |
| XYZ | 69.83 | 67.09 | 68.94 | - |
| YUV | 216.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 208 | 0 | 0.15 | 0.14 | 0.05 | 355.14 | 0.59 | 0.88 |
| Hex | F2 | CD | D0 | 0 | F | E | 5 | 163 | 3B | 58 |
| Octal | 362 | 315 | 320 | 0 | 17 | 16 | 5 | 543 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11010000 | 0 | 1111 | 1110 | 101 | 101100011 | 111011 | 1011000 |
Color Harmonies of #F2CDD0
Complementary color
Monochromatic Colors of #F2CDD0
Black with #F2CDD0
Text Example
Text Example
White with #F2CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDD0; }
p { color: rgb(242,205,208); }
H1.HeaderClassName
{
color: #F2CDD0;
}
.AnyTagClassName
{
color: #F2CDD0;
}
</style>
background-color css
<style>
a { background-color: #F2CDD0; }
a { background-color: rgb(242,205,208); }
div.DivClassName
{
background-color: #F2CDD0;
}
.BgClassName
{
background-color: #F2CDD0;
}
</style>
border-color css
<style>
span { border-color: #F2CDD0; }
span { border-color: rgb(242,205,208); }
td.TdClassName
{
border-color: #F2CDD0;
}
.TagClassName
{
border-color: #F2CDD0;
}
</style>