Shades of Classic Rose #F1D7E7
Tints of Classic Rose #F1D7E7
RGB
CMYK
RGB Variations
Color information
#F1D7E7 (or 0xF1D7E7) is known color: Classic Rose. HEX triplet: F1, D7 and E7. RGB value is (241,215,231). Sum of RGB (Red+Green+Blue) = 241+215+231=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7E7 is #0E2818. Grayscale: #E0E0E0. Windows color (decimal): -927769 or 15194097. OLE color: 15194097.
HSL color Cylindrical-coordinate representation of color #F1D7E7: hue angle of 323.08º degrees, saturation: 0.48, 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 #F1D7E7 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 231 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.05 |
| HSL | 323.08º | 0.48% | 0.89% | - |
| HSV(B) | 323.08º | 0.11% | 0.95% | - |
| XYZ | 75 | 73.07 | 85.75 | - |
| YUV | 224.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 231 | 0 | 0.11 | 0.04 | 0.05 | 323.08 | 0.48 | 0.89 |
| Hex | F1 | D7 | E7 | 0 | B | 4 | 5 | 143 | 30 | 59 |
| Octal | 361 | 327 | 347 | 0 | 13 | 4 | 5 | 503 | 60 | 131 |
| Binary | 11110001 | 11010111 | 11100111 | 0 | 1011 | 100 | 101 | 101000011 | 110000 | 1011001 |
Color Harmonies of #F1D7E7
Complementary color
Monochromatic Colors of #F1D7E7
Black with #F1D7E7
Text Example
Text Example
White with #F1D7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7E7; }
p { color: rgb(241,215,231); }
H1.HeaderClassName
{
color: #F1D7E7;
}
.AnyTagClassName
{
color: #F1D7E7;
}
</style>
background-color css
<style>
a { background-color: #F1D7E7; }
a { background-color: rgb(241,215,231); }
div.DivClassName
{
background-color: #F1D7E7;
}
.BgClassName
{
background-color: #F1D7E7;
}
</style>
border-color css
<style>
span { border-color: #F1D7E7; }
span { border-color: rgb(241,215,231); }
td.TdClassName
{
border-color: #F1D7E7;
}
.TagClassName
{
border-color: #F1D7E7;
}
</style>