Shades of Classic Rose #F1C5E5
Tints of Classic Rose #F1C5E5
RGB
CMYK
RGB Variations
Color information
#F1C5E5 (or 0xF1C5E5) is known color: Classic Rose. HEX triplet: F1, C5 and E5. RGB value is (241,197,229). Sum of RGB (Red+Green+Blue) = 241+197+229=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5E5 is #0E3A1A. Grayscale: #D5D5D5. Windows color (decimal): -932379 or 15058417. OLE color: 15058417.
HSL color Cylindrical-coordinate representation of color #F1C5E5: hue angle of 316.36º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5E5 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 229 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.05 |
| HSL | 316.36º | 0.61% | 0.86% | - |
| HSV(B) | 316.36º | 0.18% | 0.95% | - |
| XYZ | 70.38 | 64.29 | 82.83 | - |
| YUV | 213.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 229 | 0 | 0.18 | 0.05 | 0.05 | 316.36 | 0.61 | 0.86 |
| Hex | F1 | C5 | E5 | 0 | 12 | 5 | 5 | 13C | 3D | 56 |
| Octal | 361 | 305 | 345 | 0 | 22 | 5 | 5 | 474 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11100101 | 0 | 10010 | 101 | 101 | 100111100 | 111101 | 1010110 |
Color Harmonies of #F1C5E5
Complementary color
Monochromatic Colors of #F1C5E5
Black with #F1C5E5
Text Example
Text Example
White with #F1C5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5E5; }
p { color: rgb(241,197,229); }
H1.HeaderClassName
{
color: #F1C5E5;
}
.AnyTagClassName
{
color: #F1C5E5;
}
</style>
background-color css
<style>
a { background-color: #F1C5E5; }
a { background-color: rgb(241,197,229); }
div.DivClassName
{
background-color: #F1C5E5;
}
.BgClassName
{
background-color: #F1C5E5;
}
</style>
border-color css
<style>
span { border-color: #F1C5E5; }
span { border-color: rgb(241,197,229); }
td.TdClassName
{
border-color: #F1C5E5;
}
.TagClassName
{
border-color: #F1C5E5;
}
</style>