Shades of Classic Rose #F1D8E8
Tints of Classic Rose #F1D8E8
RGB
CMYK
RGB Variations
Color information
#F1D8E8 (or 0xF1D8E8) is known color: Classic Rose. HEX triplet: F1, D8 and E8. RGB value is (241,216,232). Sum of RGB (Red+Green+Blue) = 241+216+232=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8E8 is #0E2717. Grayscale: #E1E1E1. Windows color (decimal): -927512 or 15259889. OLE color: 15259889.
HSL color Cylindrical-coordinate representation of color #F1D8E8: hue angle of 321.6º degrees, saturation: 0.47, 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 #F1D8E8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 232 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.05 |
| HSL | 321.6º | 0.47% | 0.9% | - |
| HSV(B) | 321.6º | 0.1% | 0.95% | - |
| XYZ | 75.4 | 73.64 | 86.58 | - |
| YUV | 225.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 232 | 0 | 0.10 | 0.04 | 0.05 | 321.6 | 0.47 | 0.9 |
| Hex | F1 | D8 | E8 | 0 | A | 4 | 5 | 142 | 2F | 5A |
| Octal | 361 | 330 | 350 | 0 | 12 | 4 | 5 | 502 | 57 | 132 |
| Binary | 11110001 | 11011000 | 11101000 | 0 | 1010 | 100 | 101 | 101000010 | 101111 | 1011010 |
Color Harmonies of #F1D8E8
Complementary color
Monochromatic Colors of #F1D8E8
Black with #F1D8E8
Text Example
Text Example
White with #F1D8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8E8; }
p { color: rgb(241,216,232); }
H1.HeaderClassName
{
color: #F1D8E8;
}
.AnyTagClassName
{
color: #F1D8E8;
}
</style>
background-color css
<style>
a { background-color: #F1D8E8; }
a { background-color: rgb(241,216,232); }
div.DivClassName
{
background-color: #F1D8E8;
}
.BgClassName
{
background-color: #F1D8E8;
}
</style>
border-color css
<style>
span { border-color: #F1D8E8; }
span { border-color: rgb(241,216,232); }
td.TdClassName
{
border-color: #F1D8E8;
}
.TagClassName
{
border-color: #F1D8E8;
}
</style>