Shades of Classic Rose #F3BADA
Tints of Classic Rose #F3BADA
RGB
CMYK
RGB Variations
Color information
#F3BADA (or 0xF3BADA) is known color: Classic Rose. HEX triplet: F3, BA and DA. RGB value is (243,186,218). Sum of RGB (Red+Green+Blue) = 243+186+218=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BADA is #0C4525. Grayscale: #CECECE. Windows color (decimal): -804134 or 14334707. OLE color: 14334707.
HSL color Cylindrical-coordinate representation of color #F3BADA: hue angle of 326.32º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BADA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 218 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 326.32º | 0.7% | 0.84% | - |
| HSV(B) | 326.32º | 0.23% | 0.95% | - |
| XYZ | 67.18 | 59.23 | 74.22 | - |
| YUV | 206.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 218 | 0 | 0.23 | 0.10 | 0.05 | 326.32 | 0.7 | 0.84 |
| Hex | F3 | BA | DA | 0 | 17 | A | 5 | 146 | 46 | 54 |
| Octal | 363 | 272 | 332 | 0 | 27 | 12 | 5 | 506 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11011010 | 0 | 10111 | 1010 | 101 | 101000110 | 1000110 | 1010100 |
Color Harmonies of #F3BADA
Complementary color
Monochromatic Colors of #F3BADA
Black with #F3BADA
Text Example
Text Example
White with #F3BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BADA; }
p { color: rgb(243,186,218); }
H1.HeaderClassName
{
color: #F3BADA;
}
.AnyTagClassName
{
color: #F3BADA;
}
</style>
background-color css
<style>
a { background-color: #F3BADA; }
a { background-color: rgb(243,186,218); }
div.DivClassName
{
background-color: #F3BADA;
}
.BgClassName
{
background-color: #F3BADA;
}
</style>
border-color css
<style>
span { border-color: #F3BADA; }
span { border-color: rgb(243,186,218); }
td.TdClassName
{
border-color: #F3BADA;
}
.TagClassName
{
border-color: #F3BADA;
}
</style>