Shades of Classic Rose #F1C9E7
Tints of Classic Rose #F1C9E7
RGB
CMYK
RGB Variations
Color information
#F1C9E7 (or 0xF1C9E7) is known color: Classic Rose. HEX triplet: F1, C9 and E7. RGB value is (241,201,231). Sum of RGB (Red+Green+Blue) = 241+201+231=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C9E7 is #0E3618. Grayscale: #D8D8D8. Windows color (decimal): -931353 or 15190513. OLE color: 15190513.
HSL color Cylindrical-coordinate representation of color #F1C9E7: hue angle of 315º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C9E7 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 231 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.05 |
| HSL | 315º | 0.59% | 0.87% | - |
| HSV(B) | 315º | 0.17% | 0.95% | - |
| XYZ | 71.59 | 66.24 | 84.61 | - |
| YUV | 216.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 231 | 0 | 0.17 | 0.04 | 0.05 | 315 | 0.59 | 0.87 |
| Hex | F1 | C9 | E7 | 0 | 11 | 4 | 5 | 13B | 3B | 57 |
| Octal | 361 | 311 | 347 | 0 | 21 | 4 | 5 | 473 | 73 | 127 |
| Binary | 11110001 | 11001001 | 11100111 | 0 | 10001 | 100 | 101 | 100111011 | 111011 | 1010111 |
Color Harmonies of #F1C9E7
Complementary color
Monochromatic Colors of #F1C9E7
Black with #F1C9E7
Text Example
Text Example
White with #F1C9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9E7; }
p { color: rgb(241,201,231); }
H1.HeaderClassName
{
color: #F1C9E7;
}
.AnyTagClassName
{
color: #F1C9E7;
}
</style>
background-color css
<style>
a { background-color: #F1C9E7; }
a { background-color: rgb(241,201,231); }
div.DivClassName
{
background-color: #F1C9E7;
}
.BgClassName
{
background-color: #F1C9E7;
}
</style>
border-color css
<style>
span { border-color: #F1C9E7; }
span { border-color: rgb(241,201,231); }
td.TdClassName
{
border-color: #F1C9E7;
}
.TagClassName
{
border-color: #F1C9E7;
}
</style>