Shades of Classic Rose #F1C5D7
Tints of Classic Rose #F1C5D7
RGB
CMYK
RGB Variations
Color information
#F1C5D7 (or 0xF1C5D7) is known color: Classic Rose. HEX triplet: F1, C5 and D7. RGB value is (241,197,215). Sum of RGB (Red+Green+Blue) = 241+197+215=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5D7 is #0E3A28. Grayscale: #D4D4D4. Windows color (decimal): -932393 or 14140913. OLE color: 14140913.
HSL color Cylindrical-coordinate representation of color #F1C5D7: hue angle of 335.45º 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 #F1C5D7 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 215 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.05 |
| HSL | 335.45º | 0.61% | 0.86% | - |
| HSV(B) | 335.45º | 0.18% | 0.95% | - |
| XYZ | 68.51 | 63.54 | 72.94 | - |
| YUV | 212.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 215 | 0 | 0.18 | 0.11 | 0.05 | 335.45 | 0.61 | 0.86 |
| Hex | F1 | C5 | D7 | 0 | 12 | B | 5 | 14F | 3D | 56 |
| Octal | 361 | 305 | 327 | 0 | 22 | 13 | 5 | 517 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11010111 | 0 | 10010 | 1011 | 101 | 101001111 | 111101 | 1010110 |
Color Harmonies of #F1C5D7
Complementary color
Monochromatic Colors of #F1C5D7
Black with #F1C5D7
Text Example
Text Example
White with #F1C5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5D7; }
p { color: rgb(241,197,215); }
H1.HeaderClassName
{
color: #F1C5D7;
}
.AnyTagClassName
{
color: #F1C5D7;
}
</style>
background-color css
<style>
a { background-color: #F1C5D7; }
a { background-color: rgb(241,197,215); }
div.DivClassName
{
background-color: #F1C5D7;
}
.BgClassName
{
background-color: #F1C5D7;
}
</style>
border-color css
<style>
span { border-color: #F1C5D7; }
span { border-color: rgb(241,197,215); }
td.TdClassName
{
border-color: #F1C5D7;
}
.TagClassName
{
border-color: #F1C5D7;
}
</style>