Shades of Classic Rose #F1C0DB
Tints of Classic Rose #F1C0DB
RGB
CMYK
RGB Variations
Color information
#F1C0DB (or 0xF1C0DB) is known color: Classic Rose. HEX triplet: F1, C0 and DB. RGB value is (241,192,219). Sum of RGB (Red+Green+Blue) = 241+192+219=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0DB is #0E3F24. Grayscale: #D1D1D1. Windows color (decimal): -933669 or 14401777. OLE color: 14401777.
HSL color Cylindrical-coordinate representation of color #F1C0DB: hue angle of 326.94º degrees, saturation: 0.64, 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 #F1C0DB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 219 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.05 |
| HSL | 326.94º | 0.64% | 0.85% | - |
| HSV(B) | 326.94º | 0.2% | 0.95% | - |
| XYZ | 67.91 | 61.51 | 75.31 | - |
| YUV | 209.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 219 | 0 | 0.20 | 0.09 | 0.05 | 326.94 | 0.64 | 0.85 |
| Hex | F1 | C0 | DB | 0 | 14 | 9 | 5 | 147 | 40 | 55 |
| Octal | 361 | 300 | 333 | 0 | 24 | 11 | 5 | 507 | 100 | 125 |
| Binary | 11110001 | 11000000 | 11011011 | 0 | 10100 | 1001 | 101 | 101000111 | 1000000 | 1010101 |
Color Harmonies of #F1C0DB
Complementary color
Monochromatic Colors of #F1C0DB
Black with #F1C0DB
Text Example
Text Example
White with #F1C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0DB; }
p { color: rgb(241,192,219); }
H1.HeaderClassName
{
color: #F1C0DB;
}
.AnyTagClassName
{
color: #F1C0DB;
}
</style>
background-color css
<style>
a { background-color: #F1C0DB; }
a { background-color: rgb(241,192,219); }
div.DivClassName
{
background-color: #F1C0DB;
}
.BgClassName
{
background-color: #F1C0DB;
}
</style>
border-color css
<style>
span { border-color: #F1C0DB; }
span { border-color: rgb(241,192,219); }
td.TdClassName
{
border-color: #F1C0DB;
}
.TagClassName
{
border-color: #F1C0DB;
}
</style>