Shades of Pale Rose #F1D2D9
Tints of Pale Rose #F1D2D9
RGB
CMYK
RGB Variations
Color information
#F1D2D9 (or 0xF1D2D9) is known color: Pale Rose. HEX triplet: F1, D2 and D9. RGB value is (241,210,217). Sum of RGB (Red+Green+Blue) = 241+210+217=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2D9 is #0E2D26. Grayscale: #DCDCDC. Windows color (decimal): -929063 or 14275313. OLE color: 14275313.
HSL color Cylindrical-coordinate representation of color #F1D2D9: hue angle of 346.45º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D2D9 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 217 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.05 |
| HSL | 346.45º | 0.53% | 0.88% | - |
| HSV(B) | 346.45º | 0.13% | 0.95% | - |
| XYZ | 71.85 | 69.8 | 75.33 | - |
| YUV | 220.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 217 | 0 | 0.13 | 0.10 | 0.05 | 346.45 | 0.53 | 0.88 |
| Hex | F1 | D2 | D9 | 0 | D | A | 5 | 15A | 35 | 58 |
| Octal | 361 | 322 | 331 | 0 | 15 | 12 | 5 | 532 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11011001 | 0 | 1101 | 1010 | 101 | 101011010 | 110101 | 1011000 |
Color Harmonies of #F1D2D9
Complementary color
Monochromatic Colors of #F1D2D9
Black with #F1D2D9
Text Example
Text Example
White with #F1D2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2D9; }
p { color: rgb(241,210,217); }
H1.HeaderClassName
{
color: #F1D2D9;
}
.AnyTagClassName
{
color: #F1D2D9;
}
</style>
background-color css
<style>
a { background-color: #F1D2D9; }
a { background-color: rgb(241,210,217); }
div.DivClassName
{
background-color: #F1D2D9;
}
.BgClassName
{
background-color: #F1D2D9;
}
</style>
border-color css
<style>
span { border-color: #F1D2D9; }
span { border-color: rgb(241,210,217); }
td.TdClassName
{
border-color: #F1D2D9;
}
.TagClassName
{
border-color: #F1D2D9;
}
</style>