Shades of Classic Rose #F3BADF
Tints of Classic Rose #F3BADF
RGB
CMYK
RGB Variations
Color information
#F3BADF (or 0xF3BADF) is known color: Classic Rose. HEX triplet: F3, BA and DF. RGB value is (243,186,223). Sum of RGB (Red+Green+Blue) = 243+186+223=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BADF is #0C4520. Grayscale: #CFCFCF. Windows color (decimal): -804129 or 14662387. OLE color: 14662387.
HSL color Cylindrical-coordinate representation of color #F3BADF: hue angle of 321.05º 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 #F3BADF is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 223 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 321.05º | 0.7% | 0.84% | - |
| HSV(B) | 321.05º | 0.23% | 0.95% | - |
| XYZ | 67.84 | 59.5 | 77.72 | - |
| YUV | 207.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 223 | 0 | 0.23 | 0.08 | 0.05 | 321.05 | 0.7 | 0.84 |
| Hex | F3 | BA | DF | 0 | 17 | 8 | 5 | 141 | 46 | 54 |
| Octal | 363 | 272 | 337 | 0 | 27 | 10 | 5 | 501 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11011111 | 0 | 10111 | 1000 | 101 | 101000001 | 1000110 | 1010100 |
Color Harmonies of #F3BADF
Complementary color
Monochromatic Colors of #F3BADF
Black with #F3BADF
Text Example
Text Example
White with #F3BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BADF; }
p { color: rgb(243,186,223); }
H1.HeaderClassName
{
color: #F3BADF;
}
.AnyTagClassName
{
color: #F3BADF;
}
</style>
background-color css
<style>
a { background-color: #F3BADF; }
a { background-color: rgb(243,186,223); }
div.DivClassName
{
background-color: #F3BADF;
}
.BgClassName
{
background-color: #F3BADF;
}
</style>
border-color css
<style>
span { border-color: #F3BADF; }
span { border-color: rgb(243,186,223); }
td.TdClassName
{
border-color: #F3BADF;
}
.TagClassName
{
border-color: #F3BADF;
}
</style>