Shades of Classic Rose #F1D1E7
Tints of Classic Rose #F1D1E7
RGB
CMYK
RGB Variations
Color information
#F1D1E7 (or 0xF1D1E7) is known color: Classic Rose. HEX triplet: F1, D1 and E7. RGB value is (241,209,231). Sum of RGB (Red+Green+Blue) = 241+209+231=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D1E7 is #0E2E18. Grayscale: #DDDDDD. Windows color (decimal): -929305 or 15192561. OLE color: 15192561.
HSL color Cylindrical-coordinate representation of color #F1D1E7: hue angle of 318.75º 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 #F1D1E7 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 231 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.05 |
| HSL | 318.75º | 0.53% | 0.88% | - |
| HSV(B) | 318.75º | 0.13% | 0.95% | - |
| XYZ | 73.5 | 70.07 | 85.25 | - |
| YUV | 221.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 231 | 0 | 0.13 | 0.04 | 0.05 | 318.75 | 0.53 | 0.88 |
| Hex | F1 | D1 | E7 | 0 | D | 4 | 5 | 13F | 35 | 58 |
| Octal | 361 | 321 | 347 | 0 | 15 | 4 | 5 | 477 | 65 | 130 |
| Binary | 11110001 | 11010001 | 11100111 | 0 | 1101 | 100 | 101 | 100111111 | 110101 | 1011000 |
Color Harmonies of #F1D1E7
Complementary color
Monochromatic Colors of #F1D1E7
Black with #F1D1E7
Text Example
Text Example
White with #F1D1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1E7; }
p { color: rgb(241,209,231); }
H1.HeaderClassName
{
color: #F1D1E7;
}
.AnyTagClassName
{
color: #F1D1E7;
}
</style>
background-color css
<style>
a { background-color: #F1D1E7; }
a { background-color: rgb(241,209,231); }
div.DivClassName
{
background-color: #F1D1E7;
}
.BgClassName
{
background-color: #F1D1E7;
}
</style>
border-color css
<style>
span { border-color: #F1D1E7; }
span { border-color: rgb(241,209,231); }
td.TdClassName
{
border-color: #F1D1E7;
}
.TagClassName
{
border-color: #F1D1E7;
}
</style>