Shades of Pale Rose #F2D1D3
Tints of Pale Rose #F2D1D3
RGB
CMYK
RGB Variations
Color information
#F2D1D3 (or 0xF2D1D3) is known color: Pale Rose. HEX triplet: F2, D1 and D3. RGB value is (242,209,211). Sum of RGB (Red+Green+Blue) = 242+209+211=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1D3 is #0D2E2C. Grayscale: #DBDBDB. Windows color (decimal): -863789 or 13881842. OLE color: 13881842.
HSL color Cylindrical-coordinate representation of color #F2D1D3: hue angle of 356.36º degrees, saturation: 0.56, 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 #F2D1D3 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 211 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.05 |
| HSL | 356.36º | 0.56% | 0.88% | - |
| HSV(B) | 356.36º | 0.14% | 0.95% | - |
| XYZ | 71.18 | 69.18 | 71.23 | - |
| YUV | 219.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 211 | 0 | 0.14 | 0.13 | 0.05 | 356.36 | 0.56 | 0.88 |
| Hex | F2 | D1 | D3 | 0 | E | D | 5 | 164 | 38 | 58 |
| Octal | 362 | 321 | 323 | 0 | 16 | 15 | 5 | 544 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11010011 | 0 | 1110 | 1101 | 101 | 101100100 | 111000 | 1011000 |
Color Harmonies of #F2D1D3
Complementary color
Monochromatic Colors of #F2D1D3
Black with #F2D1D3
Text Example
Text Example
White with #F2D1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1D3; }
p { color: rgb(242,209,211); }
H1.HeaderClassName
{
color: #F2D1D3;
}
.AnyTagClassName
{
color: #F2D1D3;
}
</style>
background-color css
<style>
a { background-color: #F2D1D3; }
a { background-color: rgb(242,209,211); }
div.DivClassName
{
background-color: #F2D1D3;
}
.BgClassName
{
background-color: #F2D1D3;
}
</style>
border-color css
<style>
span { border-color: #F2D1D3; }
span { border-color: rgb(242,209,211); }
td.TdClassName
{
border-color: #F2D1D3;
}
.TagClassName
{
border-color: #F2D1D3;
}
</style>