Shades of Classic Rose #F1C1DF
Tints of Classic Rose #F1C1DF
RGB
CMYK
RGB Variations
Color information
#F1C1DF (or 0xF1C1DF) is known color: Classic Rose. HEX triplet: F1, C1 and DF. RGB value is (241,193,223). Sum of RGB (Red+Green+Blue) = 241+193+223=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1DF is #0E3E20. Grayscale: #D2D2D2. Windows color (decimal): -933409 or 14664177. OLE color: 14664177.
HSL color Cylindrical-coordinate representation of color #F1C1DF: hue angle of 322.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 #F1C1DF is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 223 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.05 |
| HSL | 322.5º | 0.63% | 0.85% | - |
| HSV(B) | 322.5º | 0.2% | 0.95% | - |
| XYZ | 68.66 | 62.17 | 78.19 | - |
| YUV | 210.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 223 | 0 | 0.20 | 0.07 | 0.05 | 322.5 | 0.63 | 0.85 |
| Hex | F1 | C1 | DF | 0 | 14 | 7 | 5 | 142 | 3F | 55 |
| Octal | 361 | 301 | 337 | 0 | 24 | 7 | 5 | 502 | 77 | 125 |
| Binary | 11110001 | 11000001 | 11011111 | 0 | 10100 | 111 | 101 | 101000010 | 111111 | 1010101 |
Color Harmonies of #F1C1DF
Complementary color
Monochromatic Colors of #F1C1DF
Black with #F1C1DF
Text Example
Text Example
White with #F1C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C1DF; }
p { color: rgb(241,193,223); }
H1.HeaderClassName
{
color: #F1C1DF;
}
.AnyTagClassName
{
color: #F1C1DF;
}
</style>
background-color css
<style>
a { background-color: #F1C1DF; }
a { background-color: rgb(241,193,223); }
div.DivClassName
{
background-color: #F1C1DF;
}
.BgClassName
{
background-color: #F1C1DF;
}
</style>
border-color css
<style>
span { border-color: #F1C1DF; }
span { border-color: rgb(241,193,223); }
td.TdClassName
{
border-color: #F1C1DF;
}
.TagClassName
{
border-color: #F1C1DF;
}
</style>