Shades of Classic Rose #F3C1DB
Tints of Classic Rose #F3C1DB
RGB
CMYK
RGB Variations
Color information
#F3C1DB (or 0xF3C1DB) is known color: Classic Rose. HEX triplet: F3, C1 and DB. RGB value is (243,193,219). Sum of RGB (Red+Green+Blue) = 243+193+219=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1DB is #0C3E24. Grayscale: #D2D2D2. Windows color (decimal): -802341 or 14402035. OLE color: 14402035.
HSL color Cylindrical-coordinate representation of color #F3C1DB: hue angle of 328.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1DB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 219 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 328.8º | 0.68% | 0.85% | - |
| HSV(B) | 328.8º | 0.21% | 0.95% | - |
| XYZ | 68.82 | 62.31 | 75.42 | - |
| YUV | 210.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 219 | 0 | 0.21 | 0.10 | 0.05 | 328.8 | 0.68 | 0.85 |
| Hex | F3 | C1 | DB | 0 | 15 | A | 5 | 149 | 44 | 55 |
| Octal | 363 | 301 | 333 | 0 | 25 | 12 | 5 | 511 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11011011 | 0 | 10101 | 1010 | 101 | 101001001 | 1000100 | 1010101 |
Color Harmonies of #F3C1DB
Complementary color
Monochromatic Colors of #F3C1DB
Black with #F3C1DB
Text Example
Text Example
White with #F3C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1DB; }
p { color: rgb(243,193,219); }
H1.HeaderClassName
{
color: #F3C1DB;
}
.AnyTagClassName
{
color: #F3C1DB;
}
</style>
background-color css
<style>
a { background-color: #F3C1DB; }
a { background-color: rgb(243,193,219); }
div.DivClassName
{
background-color: #F3C1DB;
}
.BgClassName
{
background-color: #F3C1DB;
}
</style>
border-color css
<style>
span { border-color: #F3C1DB; }
span { border-color: rgb(243,193,219); }
td.TdClassName
{
border-color: #F3C1DB;
}
.TagClassName
{
border-color: #F3C1DB;
}
</style>