Shades of Classic Rose #F1D0DD
Tints of Classic Rose #F1D0DD
RGB
CMYK
RGB Variations
Color information
#F1D0DD (or 0xF1D0DD) is known color: Classic Rose. HEX triplet: F1, D0 and DD. RGB value is (241,208,221). Sum of RGB (Red+Green+Blue) = 241+208+221=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0DD is #0E2F22. Grayscale: #DBDBDB. Windows color (decimal): -929571 or 14536945. OLE color: 14536945.
HSL color Cylindrical-coordinate representation of color #F1D0DD: hue angle of 336.36º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0DD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 221 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.05 |
| HSL | 336.36º | 0.54% | 0.88% | - |
| HSV(B) | 336.36º | 0.14% | 0.95% | - |
| XYZ | 71.88 | 69.03 | 77.94 | - |
| YUV | 219.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 221 | 0 | 0.14 | 0.08 | 0.05 | 336.36 | 0.54 | 0.88 |
| Hex | F1 | D0 | DD | 0 | E | 8 | 5 | 150 | 36 | 58 |
| Octal | 361 | 320 | 335 | 0 | 16 | 10 | 5 | 520 | 66 | 130 |
| Binary | 11110001 | 11010000 | 11011101 | 0 | 1110 | 1000 | 101 | 101010000 | 110110 | 1011000 |
Color Harmonies of #F1D0DD
Complementary color
Monochromatic Colors of #F1D0DD
Black with #F1D0DD
Text Example
Text Example
White with #F1D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0DD; }
p { color: rgb(241,208,221); }
H1.HeaderClassName
{
color: #F1D0DD;
}
.AnyTagClassName
{
color: #F1D0DD;
}
</style>
background-color css
<style>
a { background-color: #F1D0DD; }
a { background-color: rgb(241,208,221); }
div.DivClassName
{
background-color: #F1D0DD;
}
.BgClassName
{
background-color: #F1D0DD;
}
</style>
border-color css
<style>
span { border-color: #F1D0DD; }
span { border-color: rgb(241,208,221); }
td.TdClassName
{
border-color: #F1D0DD;
}
.TagClassName
{
border-color: #F1D0DD;
}
</style>