Shades of Classic Rose #F1C8E7
Tints of Classic Rose #F1C8E7
RGB
CMYK
RGB Variations
Color information
#F1C8E7 (or 0xF1C8E7) is known color: Classic Rose. HEX triplet: F1, C8 and E7. RGB value is (241,200,231). Sum of RGB (Red+Green+Blue) = 241+200+231=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8E7 is #0E3718. Grayscale: #D7D7D7. Windows color (decimal): -931609 or 15190257. OLE color: 15190257.
HSL color Cylindrical-coordinate representation of color #F1C8E7: hue angle of 314.63º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8E7 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 231 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.05 |
| HSL | 314.63º | 0.59% | 0.86% | - |
| HSV(B) | 314.63º | 0.17% | 0.95% | - |
| XYZ | 71.35 | 65.78 | 84.54 | - |
| YUV | 215.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 231 | 0 | 0.17 | 0.04 | 0.05 | 314.63 | 0.59 | 0.86 |
| Hex | F1 | C8 | E7 | 0 | 11 | 4 | 5 | 13B | 3B | 56 |
| Octal | 361 | 310 | 347 | 0 | 21 | 4 | 5 | 473 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11100111 | 0 | 10001 | 100 | 101 | 100111011 | 111011 | 1010110 |
Color Harmonies of #F1C8E7
Complementary color
Monochromatic Colors of #F1C8E7
Black with #F1C8E7
Text Example
Text Example
White with #F1C8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8E7; }
p { color: rgb(241,200,231); }
H1.HeaderClassName
{
color: #F1C8E7;
}
.AnyTagClassName
{
color: #F1C8E7;
}
</style>
background-color css
<style>
a { background-color: #F1C8E7; }
a { background-color: rgb(241,200,231); }
div.DivClassName
{
background-color: #F1C8E7;
}
.BgClassName
{
background-color: #F1C8E7;
}
</style>
border-color css
<style>
span { border-color: #F1C8E7; }
span { border-color: rgb(241,200,231); }
td.TdClassName
{
border-color: #F1C8E7;
}
.TagClassName
{
border-color: #F1C8E7;
}
</style>