Shades of Classic Rose #F1D2E7
Tints of Classic Rose #F1D2E7
RGB
CMYK
RGB Variations
Color information
#F1D2E7 (or 0xF1D2E7) is known color: Classic Rose. HEX triplet: F1, D2 and E7. RGB value is (241,210,231). Sum of RGB (Red+Green+Blue) = 241+210+231=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2E7 is #0E2D18. Grayscale: #DDDDDD. Windows color (decimal): -929049 or 15192817. OLE color: 15192817.
HSL color Cylindrical-coordinate representation of color #F1D2E7: hue angle of 319.35º 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 #F1D2E7 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 231 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.05 |
| HSL | 319.35º | 0.53% | 0.88% | - |
| HSV(B) | 319.35º | 0.13% | 0.95% | - |
| XYZ | 73.75 | 70.56 | 85.33 | - |
| YUV | 221.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 231 | 0 | 0.13 | 0.04 | 0.05 | 319.35 | 0.53 | 0.88 |
| Hex | F1 | D2 | E7 | 0 | D | 4 | 5 | 13F | 35 | 58 |
| Octal | 361 | 322 | 347 | 0 | 15 | 4 | 5 | 477 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11100111 | 0 | 1101 | 100 | 101 | 100111111 | 110101 | 1011000 |
Color Harmonies of #F1D2E7
Complementary color
Monochromatic Colors of #F1D2E7
Black with #F1D2E7
Text Example
Text Example
White with #F1D2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2E7; }
p { color: rgb(241,210,231); }
H1.HeaderClassName
{
color: #F1D2E7;
}
.AnyTagClassName
{
color: #F1D2E7;
}
</style>
background-color css
<style>
a { background-color: #F1D2E7; }
a { background-color: rgb(241,210,231); }
div.DivClassName
{
background-color: #F1D2E7;
}
.BgClassName
{
background-color: #F1D2E7;
}
</style>
border-color css
<style>
span { border-color: #F1D2E7; }
span { border-color: rgb(241,210,231); }
td.TdClassName
{
border-color: #F1D2E7;
}
.TagClassName
{
border-color: #F1D2E7;
}
</style>