Shades of Pale Rose #F1D2D8
Tints of Pale Rose #F1D2D8
RGB
CMYK
RGB Variations
Color information
#F1D2D8 (or 0xF1D2D8) is known color: Pale Rose. HEX triplet: F1, D2 and D8. RGB value is (241,210,216). Sum of RGB (Red+Green+Blue) = 241+210+216=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2D8 is #0E2D27. Grayscale: #DBDBDB. Windows color (decimal): -929064 or 14209777. OLE color: 14209777.
HSL color Cylindrical-coordinate representation of color #F1D2D8: hue angle of 348.39º 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 #F1D2D8 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 216 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.05 |
| HSL | 348.39º | 0.53% | 0.88% | - |
| HSV(B) | 348.39º | 0.13% | 0.95% | - |
| XYZ | 71.72 | 69.75 | 74.65 | - |
| YUV | 219.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 216 | 0 | 0.13 | 0.10 | 0.05 | 348.39 | 0.53 | 0.88 |
| Hex | F1 | D2 | D8 | 0 | D | A | 5 | 15C | 35 | 58 |
| Octal | 361 | 322 | 330 | 0 | 15 | 12 | 5 | 534 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11011000 | 0 | 1101 | 1010 | 101 | 101011100 | 110101 | 1011000 |
Color Harmonies of #F1D2D8
Complementary color
Monochromatic Colors of #F1D2D8
Black with #F1D2D8
Text Example
Text Example
White with #F1D2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2D8; }
p { color: rgb(241,210,216); }
H1.HeaderClassName
{
color: #F1D2D8;
}
.AnyTagClassName
{
color: #F1D2D8;
}
</style>
background-color css
<style>
a { background-color: #F1D2D8; }
a { background-color: rgb(241,210,216); }
div.DivClassName
{
background-color: #F1D2D8;
}
.BgClassName
{
background-color: #F1D2D8;
}
</style>
border-color css
<style>
span { border-color: #F1D2D8; }
span { border-color: rgb(241,210,216); }
td.TdClassName
{
border-color: #F1D2D8;
}
.TagClassName
{
border-color: #F1D2D8;
}
</style>