Shades of Classic Rose #F1C5DA
Tints of Classic Rose #F1C5DA
RGB
CMYK
RGB Variations
Color information
#F1C5DA (or 0xF1C5DA) is known color: Classic Rose. HEX triplet: F1, C5 and DA. RGB value is (241,197,218). Sum of RGB (Red+Green+Blue) = 241+197+218=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5DA is #0E3A25. Grayscale: #D4D4D4. Windows color (decimal): -932390 or 14337521. OLE color: 14337521.
HSL color Cylindrical-coordinate representation of color #F1C5DA: hue angle of 331.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 #F1C5DA is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 218 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.05 |
| HSL | 331.36º | 0.61% | 0.86% | - |
| HSV(B) | 331.36º | 0.18% | 0.95% | - |
| XYZ | 68.9 | 63.7 | 74.99 | - |
| YUV | 212.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 218 | 0 | 0.18 | 0.10 | 0.05 | 331.36 | 0.61 | 0.86 |
| Hex | F1 | C5 | DA | 0 | 12 | A | 5 | 14B | 3D | 56 |
| Octal | 361 | 305 | 332 | 0 | 22 | 12 | 5 | 513 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11011010 | 0 | 10010 | 1010 | 101 | 101001011 | 111101 | 1010110 |
Color Harmonies of #F1C5DA
Complementary color
Monochromatic Colors of #F1C5DA
Black with #F1C5DA
Text Example
Text Example
White with #F1C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5DA; }
p { color: rgb(241,197,218); }
H1.HeaderClassName
{
color: #F1C5DA;
}
.AnyTagClassName
{
color: #F1C5DA;
}
</style>
background-color css
<style>
a { background-color: #F1C5DA; }
a { background-color: rgb(241,197,218); }
div.DivClassName
{
background-color: #F1C5DA;
}
.BgClassName
{
background-color: #F1C5DA;
}
</style>
border-color css
<style>
span { border-color: #F1C5DA; }
span { border-color: rgb(241,197,218); }
td.TdClassName
{
border-color: #F1C5DA;
}
.TagClassName
{
border-color: #F1C5DA;
}
</style>