Shades of Classic Rose #F3C3DB
Tints of Classic Rose #F3C3DB
RGB
CMYK
RGB Variations
Color information
#F3C3DB (or 0xF3C3DB) is known color: Classic Rose. HEX triplet: F3, C3 and DB. RGB value is (243,195,219). Sum of RGB (Red+Green+Blue) = 243+195+219=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3DB is #0C3C24. Grayscale: #D4D4D4. Windows color (decimal): -801829 or 14402547. OLE color: 14402547.
HSL color Cylindrical-coordinate representation of color #F3C3DB: hue angle of 330º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3DB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 219 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.05 |
| HSL | 330º | 0.67% | 0.86% | - |
| HSV(B) | 330º | 0.2% | 0.95% | - |
| XYZ | 69.26 | 63.2 | 75.57 | - |
| YUV | 212.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 219 | 0 | 0.20 | 0.10 | 0.05 | 330 | 0.67 | 0.86 |
| Hex | F3 | C3 | DB | 0 | 14 | A | 5 | 14A | 43 | 56 |
| Octal | 363 | 303 | 333 | 0 | 24 | 12 | 5 | 512 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11011011 | 0 | 10100 | 1010 | 101 | 101001010 | 1000011 | 1010110 |
Color Harmonies of #F3C3DB
Complementary color
Monochromatic Colors of #F3C3DB
Black with #F3C3DB
Text Example
Text Example
White with #F3C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3DB; }
p { color: rgb(243,195,219); }
H1.HeaderClassName
{
color: #F3C3DB;
}
.AnyTagClassName
{
color: #F3C3DB;
}
</style>
background-color css
<style>
a { background-color: #F3C3DB; }
a { background-color: rgb(243,195,219); }
div.DivClassName
{
background-color: #F3C3DB;
}
.BgClassName
{
background-color: #F3C3DB;
}
</style>
border-color css
<style>
span { border-color: #F3C3DB; }
span { border-color: rgb(243,195,219); }
td.TdClassName
{
border-color: #F3C3DB;
}
.TagClassName
{
border-color: #F3C3DB;
}
</style>