Shades of Pale Rose #F2D0D6
Tints of Pale Rose #F2D0D6
RGB
CMYK
RGB Variations
Color information
#F2D0D6 (or 0xF2D0D6) is known color: Pale Rose. HEX triplet: F2, D0 and D6. RGB value is (242,208,214). Sum of RGB (Red+Green+Blue) = 242+208+214=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0D6 is #0D2F29. Grayscale: #DADADA. Windows color (decimal): -864042 or 14078194. OLE color: 14078194.
HSL color Cylindrical-coordinate representation of color #F2D0D6: hue angle of 349.41º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D0D6 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 214 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.05 |
| HSL | 349.41º | 0.57% | 0.88% | - |
| HSV(B) | 349.41º | 0.14% | 0.95% | - |
| XYZ | 71.31 | 68.84 | 73.15 | - |
| YUV | 218.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 214 | 0 | 0.14 | 0.12 | 0.05 | 349.41 | 0.57 | 0.88 |
| Hex | F2 | D0 | D6 | 0 | E | C | 5 | 15D | 39 | 58 |
| Octal | 362 | 320 | 326 | 0 | 16 | 14 | 5 | 535 | 71 | 130 |
| Binary | 11110010 | 11010000 | 11010110 | 0 | 1110 | 1100 | 101 | 101011101 | 111001 | 1011000 |
Color Harmonies of #F2D0D6
Complementary color
Monochromatic Colors of #F2D0D6
Black with #F2D0D6
Text Example
Text Example
White with #F2D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0D6; }
p { color: rgb(242,208,214); }
H1.HeaderClassName
{
color: #F2D0D6;
}
.AnyTagClassName
{
color: #F2D0D6;
}
</style>
background-color css
<style>
a { background-color: #F2D0D6; }
a { background-color: rgb(242,208,214); }
div.DivClassName
{
background-color: #F2D0D6;
}
.BgClassName
{
background-color: #F2D0D6;
}
</style>
border-color css
<style>
span { border-color: #F2D0D6; }
span { border-color: rgb(242,208,214); }
td.TdClassName
{
border-color: #F2D0D6;
}
.TagClassName
{
border-color: #F2D0D6;
}
</style>