Shades of Classic Rose #F1D6E9
Tints of Classic Rose #F1D6E9
RGB
CMYK
RGB Variations
Color information
#F1D6E9 (or 0xF1D6E9) is known color: Classic Rose. HEX triplet: F1, D6 and E9. RGB value is (241,214,233). Sum of RGB (Red+Green+Blue) = 241+214+233=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6E9 is #0E2916. Grayscale: #E0E0E0. Windows color (decimal): -928023 or 15324913. OLE color: 15324913.
HSL color Cylindrical-coordinate representation of color #F1D6E9: hue angle of 317.78º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D6E9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 233 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.05 |
| HSL | 317.78º | 0.49% | 0.89% | - |
| HSV(B) | 317.78º | 0.11% | 0.95% | - |
| XYZ | 75.03 | 72.68 | 87.16 | - |
| YUV | 224.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 233 | 0 | 0.11 | 0.03 | 0.05 | 317.78 | 0.49 | 0.89 |
| Hex | F1 | D6 | E9 | 0 | B | 3 | 5 | 13E | 31 | 59 |
| Octal | 361 | 326 | 351 | 0 | 13 | 3 | 5 | 476 | 61 | 131 |
| Binary | 11110001 | 11010110 | 11101001 | 0 | 1011 | 11 | 101 | 100111110 | 110001 | 1011001 |
Color Harmonies of #F1D6E9
Complementary color
Monochromatic Colors of #F1D6E9
Black with #F1D6E9
Text Example
Text Example
White with #F1D6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6E9; }
p { color: rgb(241,214,233); }
H1.HeaderClassName
{
color: #F1D6E9;
}
.AnyTagClassName
{
color: #F1D6E9;
}
</style>
background-color css
<style>
a { background-color: #F1D6E9; }
a { background-color: rgb(241,214,233); }
div.DivClassName
{
background-color: #F1D6E9;
}
.BgClassName
{
background-color: #F1D6E9;
}
</style>
border-color css
<style>
span { border-color: #F1D6E9; }
span { border-color: rgb(241,214,233); }
td.TdClassName
{
border-color: #F1D6E9;
}
.TagClassName
{
border-color: #F1D6E9;
}
</style>