Shades of Classic Rose #F1C1D7
Tints of Classic Rose #F1C1D7
RGB
CMYK
RGB Variations
Color information
#F1C1D7 (or 0xF1C1D7) is known color: Classic Rose. HEX triplet: F1, C1 and D7. RGB value is (241,193,215). Sum of RGB (Red+Green+Blue) = 241+193+215=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1D7 is #0E3E28. Grayscale: #D1D1D1. Windows color (decimal): -933417 or 14139889. OLE color: 14139889.
HSL color Cylindrical-coordinate representation of color #F1C1D7: hue angle of 332.5º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C1D7 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 215 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.05 |
| HSL | 332.5º | 0.63% | 0.85% | - |
| HSV(B) | 332.5º | 0.2% | 0.95% | - |
| XYZ | 67.61 | 61.75 | 72.64 | - |
| YUV | 209.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 215 | 0 | 0.20 | 0.11 | 0.05 | 332.5 | 0.63 | 0.85 |
| Hex | F1 | C1 | D7 | 0 | 14 | B | 5 | 14C | 3F | 55 |
| Octal | 361 | 301 | 327 | 0 | 24 | 13 | 5 | 514 | 77 | 125 |
| Binary | 11110001 | 11000001 | 11010111 | 0 | 10100 | 1011 | 101 | 101001100 | 111111 | 1010101 |
Color Harmonies of #F1C1D7
Complementary color
Monochromatic Colors of #F1C1D7
Black with #F1C1D7
Text Example
Text Example
White with #F1C1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C1D7; }
p { color: rgb(241,193,215); }
H1.HeaderClassName
{
color: #F1C1D7;
}
.AnyTagClassName
{
color: #F1C1D7;
}
</style>
background-color css
<style>
a { background-color: #F1C1D7; }
a { background-color: rgb(241,193,215); }
div.DivClassName
{
background-color: #F1C1D7;
}
.BgClassName
{
background-color: #F1C1D7;
}
</style>
border-color css
<style>
span { border-color: #F1C1D7; }
span { border-color: rgb(241,193,215); }
td.TdClassName
{
border-color: #F1C1D7;
}
.TagClassName
{
border-color: #F1C1D7;
}
</style>