Shades of Pale Rose #F1D5DB
Tints of Pale Rose #F1D5DB
RGB
CMYK
RGB Variations
Color information
#F1D5DB (or 0xF1D5DB) is known color: Pale Rose. HEX triplet: F1, D5 and DB. RGB value is (241,213,219). Sum of RGB (Red+Green+Blue) = 241+213+219=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5DB is #0E2A24. Grayscale: #DEDEDE. Windows color (decimal): -928293 or 14407153. OLE color: 14407153.
HSL color Cylindrical-coordinate representation of color #F1D5DB: hue angle of 347.14º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D5DB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 219 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.05 |
| HSL | 347.14º | 0.5% | 0.89% | - |
| HSV(B) | 347.14º | 0.12% | 0.95% | - |
| XYZ | 72.86 | 71.4 | 76.96 | - |
| YUV | 222.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 219 | 0 | 0.12 | 0.09 | 0.05 | 347.14 | 0.5 | 0.89 |
| Hex | F1 | D5 | DB | 0 | C | 9 | 5 | 15B | 32 | 59 |
| Octal | 361 | 325 | 333 | 0 | 14 | 11 | 5 | 533 | 62 | 131 |
| Binary | 11110001 | 11010101 | 11011011 | 0 | 1100 | 1001 | 101 | 101011011 | 110010 | 1011001 |
Color Harmonies of #F1D5DB
Complementary color
Monochromatic Colors of #F1D5DB
Black with #F1D5DB
Text Example
Text Example
White with #F1D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5DB; }
p { color: rgb(241,213,219); }
H1.HeaderClassName
{
color: #F1D5DB;
}
.AnyTagClassName
{
color: #F1D5DB;
}
</style>
background-color css
<style>
a { background-color: #F1D5DB; }
a { background-color: rgb(241,213,219); }
div.DivClassName
{
background-color: #F1D5DB;
}
.BgClassName
{
background-color: #F1D5DB;
}
</style>
border-color css
<style>
span { border-color: #F1D5DB; }
span { border-color: rgb(241,213,219); }
td.TdClassName
{
border-color: #F1D5DB;
}
.TagClassName
{
border-color: #F1D5DB;
}
</style>