Shades of Classic Rose #F1D9E8
Tints of Classic Rose #F1D9E8
RGB
CMYK
RGB Variations
Color information
#F1D9E8 (or 0xF1D9E8) is known color: Classic Rose. HEX triplet: F1, D9 and E8. RGB value is (241,217,232). Sum of RGB (Red+Green+Blue) = 241+217+232=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D9E8 is #0E2617. Grayscale: #E1E1E1. Windows color (decimal): -927256 or 15260145. OLE color: 15260145.
HSL color Cylindrical-coordinate representation of color #F1D9E8: hue angle of 322.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D9E8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 232 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.05 |
| HSL | 322.5º | 0.46% | 0.9% | - |
| HSV(B) | 322.5º | 0.1% | 0.95% | - |
| XYZ | 75.65 | 74.15 | 86.67 | - |
| YUV | 225.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 232 | 0 | 0.10 | 0.04 | 0.05 | 322.5 | 0.46 | 0.9 |
| Hex | F1 | D9 | E8 | 0 | A | 4 | 5 | 142 | 2E | 5A |
| Octal | 361 | 331 | 350 | 0 | 12 | 4 | 5 | 502 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11101000 | 0 | 1010 | 100 | 101 | 101000010 | 101110 | 1011010 |
Color Harmonies of #F1D9E8
Complementary color
Monochromatic Colors of #F1D9E8
Black with #F1D9E8
Text Example
Text Example
White with #F1D9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9E8; }
p { color: rgb(241,217,232); }
H1.HeaderClassName
{
color: #F1D9E8;
}
.AnyTagClassName
{
color: #F1D9E8;
}
</style>
background-color css
<style>
a { background-color: #F1D9E8; }
a { background-color: rgb(241,217,232); }
div.DivClassName
{
background-color: #F1D9E8;
}
.BgClassName
{
background-color: #F1D9E8;
}
</style>
border-color css
<style>
span { border-color: #F1D9E8; }
span { border-color: rgb(241,217,232); }
td.TdClassName
{
border-color: #F1D9E8;
}
.TagClassName
{
border-color: #F1D9E8;
}
</style>