Shades of Pale Rose #F1D2D5
Tints of Pale Rose #F1D2D5
RGB
CMYK
RGB Variations
Color information
#F1D2D5 (or 0xF1D2D5) is known color: Pale Rose. HEX triplet: F1, D2 and D5. RGB value is (241,210,213). Sum of RGB (Red+Green+Blue) = 241+210+213=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2D5 is #0E2D2A. Grayscale: #DBDBDB. Windows color (decimal): -929067 or 14013169. OLE color: 14013169.
HSL color Cylindrical-coordinate representation of color #F1D2D5: hue angle of 354.19º 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 #F1D2D5 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 213 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.05 |
| HSL | 354.19º | 0.53% | 0.88% | - |
| HSV(B) | 354.19º | 0.13% | 0.95% | - |
| XYZ | 71.33 | 69.6 | 72.62 | - |
| YUV | 219.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 213 | 0 | 0.13 | 0.12 | 0.05 | 354.19 | 0.53 | 0.88 |
| Hex | F1 | D2 | D5 | 0 | D | C | 5 | 162 | 35 | 58 |
| Octal | 361 | 322 | 325 | 0 | 15 | 14 | 5 | 542 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11010101 | 0 | 1101 | 1100 | 101 | 101100010 | 110101 | 1011000 |
Color Harmonies of #F1D2D5
Complementary color
Monochromatic Colors of #F1D2D5
Black with #F1D2D5
Text Example
Text Example
White with #F1D2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2D5; }
p { color: rgb(241,210,213); }
H1.HeaderClassName
{
color: #F1D2D5;
}
.AnyTagClassName
{
color: #F1D2D5;
}
</style>
background-color css
<style>
a { background-color: #F1D2D5; }
a { background-color: rgb(241,210,213); }
div.DivClassName
{
background-color: #F1D2D5;
}
.BgClassName
{
background-color: #F1D2D5;
}
</style>
border-color css
<style>
span { border-color: #F1D2D5; }
span { border-color: rgb(241,210,213); }
td.TdClassName
{
border-color: #F1D2D5;
}
.TagClassName
{
border-color: #F1D2D5;
}
</style>