Shades of Classic Rose #F1C3DB
Tints of Classic Rose #F1C3DB
RGB
CMYK
RGB Variations
Color information
#F1C3DB (or 0xF1C3DB) is known color: Classic Rose. HEX triplet: F1, C3 and DB. RGB value is (241,195,219). Sum of RGB (Red+Green+Blue) = 241+195+219=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3DB is #0E3C24. Grayscale: #D3D3D3. Windows color (decimal): -932901 or 14402545. OLE color: 14402545.
HSL color Cylindrical-coordinate representation of color #F1C3DB: hue angle of 328.7º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C3DB is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 219 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.05 |
| HSL | 328.7º | 0.62% | 0.85% | - |
| HSV(B) | 328.7º | 0.19% | 0.95% | - |
| XYZ | 68.58 | 62.85 | 75.53 | - |
| YUV | 211.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 219 | 0 | 0.19 | 0.09 | 0.05 | 328.7 | 0.62 | 0.85 |
| Hex | F1 | C3 | DB | 0 | 13 | 9 | 5 | 149 | 3E | 55 |
| Octal | 361 | 303 | 333 | 0 | 23 | 11 | 5 | 511 | 76 | 125 |
| Binary | 11110001 | 11000011 | 11011011 | 0 | 10011 | 1001 | 101 | 101001001 | 111110 | 1010101 |
Color Harmonies of #F1C3DB
Complementary color
Monochromatic Colors of #F1C3DB
Black with #F1C3DB
Text Example
Text Example
White with #F1C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3DB; }
p { color: rgb(241,195,219); }
H1.HeaderClassName
{
color: #F1C3DB;
}
.AnyTagClassName
{
color: #F1C3DB;
}
</style>
background-color css
<style>
a { background-color: #F1C3DB; }
a { background-color: rgb(241,195,219); }
div.DivClassName
{
background-color: #F1C3DB;
}
.BgClassName
{
background-color: #F1C3DB;
}
</style>
border-color css
<style>
span { border-color: #F1C3DB; }
span { border-color: rgb(241,195,219); }
td.TdClassName
{
border-color: #F1C3DB;
}
.TagClassName
{
border-color: #F1C3DB;
}
</style>