Shades of Classic Rose #F1D1E3
Tints of Classic Rose #F1D1E3
RGB
CMYK
RGB Variations
Color information
#F1D1E3 (or 0xF1D1E3) is known color: Classic Rose. HEX triplet: F1, D1 and E3. RGB value is (241,209,227). Sum of RGB (Red+Green+Blue) = 241+209+227=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1E3 is #0E2E1C. Grayscale: #DCDCDC. Windows color (decimal): -929309 or 14930417. OLE color: 14930417.
HSL color Cylindrical-coordinate representation of color #F1D1E3: hue angle of 326.25º 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 #F1D1E3 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 227 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.05 |
| HSL | 326.25º | 0.53% | 0.88% | - |
| HSV(B) | 326.25º | 0.13% | 0.95% | - |
| XYZ | 72.94 | 69.85 | 82.31 | - |
| YUV | 220.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 227 | 0 | 0.13 | 0.06 | 0.05 | 326.25 | 0.53 | 0.88 |
| Hex | F1 | D1 | E3 | 0 | D | 6 | 5 | 146 | 35 | 58 |
| Octal | 361 | 321 | 343 | 0 | 15 | 6 | 5 | 506 | 65 | 130 |
| Binary | 11110001 | 11010001 | 11100011 | 0 | 1101 | 110 | 101 | 101000110 | 110101 | 1011000 |
Color Harmonies of #F1D1E3
Complementary color
Monochromatic Colors of #F1D1E3
Black with #F1D1E3
Text Example
Text Example
White with #F1D1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1E3; }
p { color: rgb(241,209,227); }
H1.HeaderClassName
{
color: #F1D1E3;
}
.AnyTagClassName
{
color: #F1D1E3;
}
</style>
background-color css
<style>
a { background-color: #F1D1E3; }
a { background-color: rgb(241,209,227); }
div.DivClassName
{
background-color: #F1D1E3;
}
.BgClassName
{
background-color: #F1D1E3;
}
</style>
border-color css
<style>
span { border-color: #F1D1E3; }
span { border-color: rgb(241,209,227); }
td.TdClassName
{
border-color: #F1D1E3;
}
.TagClassName
{
border-color: #F1D1E3;
}
</style>