Shades of Classic Rose #F3BADD
Tints of Classic Rose #F3BADD
RGB
CMYK
RGB Variations
Color information
#F3BADD (or 0xF3BADD) is known color: Classic Rose. HEX triplet: F3, BA and DD. RGB value is (243,186,221). Sum of RGB (Red+Green+Blue) = 243+186+221=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BADD is #0C4522. Grayscale: #CECECE. Windows color (decimal): -804131 or 14531315. OLE color: 14531315.
HSL color Cylindrical-coordinate representation of color #F3BADD: hue angle of 323.16º 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 #F3BADD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 221 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.05 |
| HSL | 323.16º | 0.7% | 0.84% | - |
| HSV(B) | 323.16º | 0.23% | 0.95% | - |
| XYZ | 67.57 | 59.39 | 76.31 | - |
| YUV | 207.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 221 | 0 | 0.23 | 0.09 | 0.05 | 323.16 | 0.7 | 0.84 |
| Hex | F3 | BA | DD | 0 | 17 | 9 | 5 | 143 | 46 | 54 |
| Octal | 363 | 272 | 335 | 0 | 27 | 11 | 5 | 503 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11011101 | 0 | 10111 | 1001 | 101 | 101000011 | 1000110 | 1010100 |
Color Harmonies of #F3BADD
Complementary color
Monochromatic Colors of #F3BADD
Black with #F3BADD
Text Example
Text Example
White with #F3BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BADD; }
p { color: rgb(243,186,221); }
H1.HeaderClassName
{
color: #F3BADD;
}
.AnyTagClassName
{
color: #F3BADD;
}
</style>
background-color css
<style>
a { background-color: #F3BADD; }
a { background-color: rgb(243,186,221); }
div.DivClassName
{
background-color: #F3BADD;
}
.BgClassName
{
background-color: #F3BADD;
}
</style>
border-color css
<style>
span { border-color: #F3BADD; }
span { border-color: rgb(243,186,221); }
td.TdClassName
{
border-color: #F3BADD;
}
.TagClassName
{
border-color: #F3BADD;
}
</style>