Shades of Pale Rose #F2CDD1
Tints of Pale Rose #F2CDD1
RGB
CMYK
RGB Variations
Color information
#F2CDD1 (or 0xF2CDD1) is known color: Pale Rose. HEX triplet: F2, CD and D1. RGB value is (242,205,209). Sum of RGB (Red+Green+Blue) = 242+205+209=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDD1 is #0D322E. Grayscale: #D8D8D8. Windows color (decimal): -864815 or 13749746. OLE color: 13749746.
HSL color Cylindrical-coordinate representation of color #F2CDD1: hue angle of 353.51º 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 #F2CDD1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 209 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.05 |
| HSL | 353.51º | 0.59% | 0.88% | - |
| HSV(B) | 353.51º | 0.15% | 0.95% | - |
| XYZ | 69.96 | 67.14 | 69.59 | - |
| YUV | 216.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 209 | 0 | 0.15 | 0.14 | 0.05 | 353.51 | 0.59 | 0.88 |
| Hex | F2 | CD | D1 | 0 | F | E | 5 | 162 | 3B | 58 |
| Octal | 362 | 315 | 321 | 0 | 17 | 16 | 5 | 542 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11010001 | 0 | 1111 | 1110 | 101 | 101100010 | 111011 | 1011000 |
Color Harmonies of #F2CDD1
Complementary color
Monochromatic Colors of #F2CDD1
Black with #F2CDD1
Text Example
Text Example
White with #F2CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDD1; }
p { color: rgb(242,205,209); }
H1.HeaderClassName
{
color: #F2CDD1;
}
.AnyTagClassName
{
color: #F2CDD1;
}
</style>
background-color css
<style>
a { background-color: #F2CDD1; }
a { background-color: rgb(242,205,209); }
div.DivClassName
{
background-color: #F2CDD1;
}
.BgClassName
{
background-color: #F2CDD1;
}
</style>
border-color css
<style>
span { border-color: #F2CDD1; }
span { border-color: rgb(242,205,209); }
td.TdClassName
{
border-color: #F2CDD1;
}
.TagClassName
{
border-color: #F2CDD1;
}
</style>