Shades of Classic Rose #F1D2E8
Tints of Classic Rose #F1D2E8
RGB
CMYK
RGB Variations
Color information
#F1D2E8 (or 0xF1D2E8) is known color: Classic Rose. HEX triplet: F1, D2 and E8. RGB value is (241,210,232). Sum of RGB (Red+Green+Blue) = 241+210+232=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2E8 is #0E2D17. Grayscale: #DDDDDD. Windows color (decimal): -929048 or 15258353. OLE color: 15258353.
HSL color Cylindrical-coordinate representation of color #F1D2E8: hue angle of 317.42º 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 #F1D2E8 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 232 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.05 |
| HSL | 317.42º | 0.53% | 0.88% | - |
| HSV(B) | 317.42º | 0.13% | 0.95% | - |
| XYZ | 73.89 | 70.62 | 86.08 | - |
| YUV | 221.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 232 | 0 | 0.13 | 0.04 | 0.05 | 317.42 | 0.53 | 0.88 |
| Hex | F1 | D2 | E8 | 0 | D | 4 | 5 | 13D | 35 | 58 |
| Octal | 361 | 322 | 350 | 0 | 15 | 4 | 5 | 475 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11101000 | 0 | 1101 | 100 | 101 | 100111101 | 110101 | 1011000 |
Color Harmonies of #F1D2E8
Complementary color
Monochromatic Colors of #F1D2E8
Black with #F1D2E8
Text Example
Text Example
White with #F1D2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2E8; }
p { color: rgb(241,210,232); }
H1.HeaderClassName
{
color: #F1D2E8;
}
.AnyTagClassName
{
color: #F1D2E8;
}
</style>
background-color css
<style>
a { background-color: #F1D2E8; }
a { background-color: rgb(241,210,232); }
div.DivClassName
{
background-color: #F1D2E8;
}
.BgClassName
{
background-color: #F1D2E8;
}
</style>
border-color css
<style>
span { border-color: #F1D2E8; }
span { border-color: rgb(241,210,232); }
td.TdClassName
{
border-color: #F1D2E8;
}
.TagClassName
{
border-color: #F1D2E8;
}
</style>