Shades of Pale Rose #F1DBDD
Tints of Pale Rose #F1DBDD
RGB
CMYK
RGB Variations
Color information
#F1DBDD (or 0xF1DBDD) is known color: Pale Rose. HEX triplet: F1, DB and DD. RGB value is (241,219,221). Sum of RGB (Red+Green+Blue) = 241+219+221=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBDD is #0E2422. Grayscale: #E1E1E1. Windows color (decimal): -926755 or 14539761. OLE color: 14539761.
HSL color Cylindrical-coordinate representation of color #F1DBDD: hue angle of 354.55º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DBDD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 221 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 354.55º | 0.44% | 0.9% | - |
| HSV(B) | 354.55º | 0.09% | 0.95% | - |
| XYZ | 74.66 | 74.58 | 78.87 | - |
| YUV | 225.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 221 | 0 | 0.09 | 0.08 | 0.05 | 354.55 | 0.44 | 0.9 |
| Hex | F1 | DB | DD | 0 | 9 | 8 | 5 | 163 | 2C | 5A |
| Octal | 361 | 333 | 335 | 0 | 11 | 10 | 5 | 543 | 54 | 132 |
| Binary | 11110001 | 11011011 | 11011101 | 0 | 1001 | 1000 | 101 | 101100011 | 101100 | 1011010 |
Color Harmonies of #F1DBDD
Complementary color
Monochromatic Colors of #F1DBDD
Black with #F1DBDD
Text Example
Text Example
White with #F1DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBDD; }
p { color: rgb(241,219,221); }
H1.HeaderClassName
{
color: #F1DBDD;
}
.AnyTagClassName
{
color: #F1DBDD;
}
</style>
background-color css
<style>
a { background-color: #F1DBDD; }
a { background-color: rgb(241,219,221); }
div.DivClassName
{
background-color: #F1DBDD;
}
.BgClassName
{
background-color: #F1DBDD;
}
</style>
border-color css
<style>
span { border-color: #F1DBDD; }
span { border-color: rgb(241,219,221); }
td.TdClassName
{
border-color: #F1DBDD;
}
.TagClassName
{
border-color: #F1DBDD;
}
</style>