Shades of Classic Rose #F2C3DB
Tints of Classic Rose #F2C3DB
RGB
CMYK
RGB Variations
Color information
#F2C3DB (or 0xF2C3DB) is known color: Classic Rose. HEX triplet: F2, C3 and DB. RGB value is (242,195,219). Sum of RGB (Red+Green+Blue) = 242+195+219=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C3DB is #0D3C24. Grayscale: #D3D3D3. Windows color (decimal): -867365 or 14402546. OLE color: 14402546.
HSL color Cylindrical-coordinate representation of color #F2C3DB: hue angle of 329.36º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C3DB is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 219 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.05 |
| HSL | 329.36º | 0.64% | 0.86% | - |
| HSV(B) | 329.36º | 0.19% | 0.95% | - |
| XYZ | 68.92 | 63.02 | 75.55 | - |
| YUV | 211.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 219 | 0 | 0.19 | 0.10 | 0.05 | 329.36 | 0.64 | 0.86 |
| Hex | F2 | C3 | DB | 0 | 13 | A | 5 | 149 | 40 | 56 |
| Octal | 362 | 303 | 333 | 0 | 23 | 12 | 5 | 511 | 100 | 126 |
| Binary | 11110010 | 11000011 | 11011011 | 0 | 10011 | 1010 | 101 | 101001001 | 1000000 | 1010110 |
Color Harmonies of #F2C3DB
Complementary color
Monochromatic Colors of #F2C3DB
Black with #F2C3DB
Text Example
Text Example
White with #F2C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C3DB; }
p { color: rgb(242,195,219); }
H1.HeaderClassName
{
color: #F2C3DB;
}
.AnyTagClassName
{
color: #F2C3DB;
}
</style>
background-color css
<style>
a { background-color: #F2C3DB; }
a { background-color: rgb(242,195,219); }
div.DivClassName
{
background-color: #F2C3DB;
}
.BgClassName
{
background-color: #F2C3DB;
}
</style>
border-color css
<style>
span { border-color: #F2C3DB; }
span { border-color: rgb(242,195,219); }
td.TdClassName
{
border-color: #F2C3DB;
}
.TagClassName
{
border-color: #F2C3DB;
}
</style>