Shades of Classic Rose #F1D0E5
Tints of Classic Rose #F1D0E5
RGB
CMYK
RGB Variations
Color information
#F1D0E5 (or 0xF1D0E5) is known color: Classic Rose. HEX triplet: F1, D0 and E5. RGB value is (241,208,229). Sum of RGB (Red+Green+Blue) = 241+208+229=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0E5 is #0E2F1A. Grayscale: #DCDCDC. Windows color (decimal): -929563 or 15061233. OLE color: 15061233.
HSL color Cylindrical-coordinate representation of color #F1D0E5: hue angle of 321.82º 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 #F1D0E5 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 229 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.05 |
| HSL | 321.82º | 0.54% | 0.88% | - |
| HSV(B) | 321.82º | 0.14% | 0.95% | - |
| XYZ | 72.97 | 69.47 | 83.69 | - |
| YUV | 220.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 229 | 0 | 0.14 | 0.05 | 0.05 | 321.82 | 0.54 | 0.88 |
| Hex | F1 | D0 | E5 | 0 | E | 5 | 5 | 142 | 36 | 58 |
| Octal | 361 | 320 | 345 | 0 | 16 | 5 | 5 | 502 | 66 | 130 |
| Binary | 11110001 | 11010000 | 11100101 | 0 | 1110 | 101 | 101 | 101000010 | 110110 | 1011000 |
Color Harmonies of #F1D0E5
Complementary color
Monochromatic Colors of #F1D0E5
Black with #F1D0E5
Text Example
Text Example
White with #F1D0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0E5; }
p { color: rgb(241,208,229); }
H1.HeaderClassName
{
color: #F1D0E5;
}
.AnyTagClassName
{
color: #F1D0E5;
}
</style>
background-color css
<style>
a { background-color: #F1D0E5; }
a { background-color: rgb(241,208,229); }
div.DivClassName
{
background-color: #F1D0E5;
}
.BgClassName
{
background-color: #F1D0E5;
}
</style>
border-color css
<style>
span { border-color: #F1D0E5; }
span { border-color: rgb(241,208,229); }
td.TdClassName
{
border-color: #F1D0E5;
}
.TagClassName
{
border-color: #F1D0E5;
}
</style>