Shades of Classic Rose #F3CADB
Tints of Classic Rose #F3CADB
RGB
CMYK
RGB Variations
Color information
#F3CADB (or 0xF3CADB) is known color: Classic Rose. HEX triplet: F3, CA and DB. RGB value is (243,202,219). Sum of RGB (Red+Green+Blue) = 243+202+219=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CADB is #0C3524. Grayscale: #D8D8D8. Windows color (decimal): -800037 or 14404339. OLE color: 14404339.
HSL color Cylindrical-coordinate representation of color #F3CADB: hue angle of 335.12º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CADB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 219 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.05 |
| HSL | 335.12º | 0.63% | 0.87% | - |
| HSV(B) | 335.12º | 0.17% | 0.95% | - |
| XYZ | 70.87 | 66.41 | 76.1 | - |
| YUV | 216.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 219 | 0 | 0.17 | 0.10 | 0.05 | 335.12 | 0.63 | 0.87 |
| Hex | F3 | CA | DB | 0 | 11 | A | 5 | 14F | 3F | 57 |
| Octal | 363 | 312 | 333 | 0 | 21 | 12 | 5 | 517 | 77 | 127 |
| Binary | 11110011 | 11001010 | 11011011 | 0 | 10001 | 1010 | 101 | 101001111 | 111111 | 1010111 |
Color Harmonies of #F3CADB
Complementary color
Monochromatic Colors of #F3CADB
Black with #F3CADB
Text Example
Text Example
White with #F3CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CADB; }
p { color: rgb(243,202,219); }
H1.HeaderClassName
{
color: #F3CADB;
}
.AnyTagClassName
{
color: #F3CADB;
}
</style>
background-color css
<style>
a { background-color: #F3CADB; }
a { background-color: rgb(243,202,219); }
div.DivClassName
{
background-color: #F3CADB;
}
.BgClassName
{
background-color: #F3CADB;
}
</style>
border-color css
<style>
span { border-color: #F3CADB; }
span { border-color: rgb(243,202,219); }
td.TdClassName
{
border-color: #F3CADB;
}
.TagClassName
{
border-color: #F3CADB;
}
</style>