Shades of Classic Rose #F1C5D5
Tints of Classic Rose #F1C5D5
RGB
CMYK
RGB Variations
Color information
#F1C5D5 (or 0xF1C5D5) is known color: Classic Rose. HEX triplet: F1, C5 and D5. RGB value is (241,197,213). Sum of RGB (Red+Green+Blue) = 241+197+213=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5D5 is #0E3A2A. Grayscale: #D3D3D3. Windows color (decimal): -932395 or 14009841. OLE color: 14009841.
HSL color Cylindrical-coordinate representation of color #F1C5D5: hue angle of 338.18º 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 #F1C5D5 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 213 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.05 |
| HSL | 338.18º | 0.61% | 0.86% | - |
| HSV(B) | 338.18º | 0.18% | 0.95% | - |
| XYZ | 68.25 | 63.44 | 71.6 | - |
| YUV | 211.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 213 | 0 | 0.18 | 0.12 | 0.05 | 338.18 | 0.61 | 0.86 |
| Hex | F1 | C5 | D5 | 0 | 12 | C | 5 | 152 | 3D | 56 |
| Octal | 361 | 305 | 325 | 0 | 22 | 14 | 5 | 522 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11010101 | 0 | 10010 | 1100 | 101 | 101010010 | 111101 | 1010110 |
Color Harmonies of #F1C5D5
Complementary color
Monochromatic Colors of #F1C5D5
Black with #F1C5D5
Text Example
Text Example
White with #F1C5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5D5; }
p { color: rgb(241,197,213); }
H1.HeaderClassName
{
color: #F1C5D5;
}
.AnyTagClassName
{
color: #F1C5D5;
}
</style>
background-color css
<style>
a { background-color: #F1C5D5; }
a { background-color: rgb(241,197,213); }
div.DivClassName
{
background-color: #F1C5D5;
}
.BgClassName
{
background-color: #F1C5D5;
}
</style>
border-color css
<style>
span { border-color: #F1C5D5; }
span { border-color: rgb(241,197,213); }
td.TdClassName
{
border-color: #F1C5D5;
}
.TagClassName
{
border-color: #F1C5D5;
}
</style>