Shades of Classic Rose #F5BADD
Tints of Classic Rose #F5BADD
RGB
CMYK
RGB Variations
Color information
#F5BADD (or 0xF5BADD) is known color: Classic Rose. HEX triplet: F5, BA and DD. RGB value is (245,186,221). Sum of RGB (Red+Green+Blue) = 245+186+221=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BADD is #0A4522. Grayscale: #CFCFCF. Windows color (decimal): -673059 or 14531317. OLE color: 14531317.
HSL color Cylindrical-coordinate representation of color #F5BADD: hue angle of 324.41º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BADD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 221 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.04 |
| HSL | 324.41º | 0.75% | 0.85% | - |
| HSV(B) | 324.41º | 0.24% | 0.96% | - |
| XYZ | 68.27 | 59.75 | 76.34 | - |
| YUV | 207.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 221 | 0 | 0.24 | 0.10 | 0.04 | 324.41 | 0.75 | 0.85 |
| Hex | F5 | BA | DD | 0 | 18 | A | 4 | 144 | 4B | 55 |
| Octal | 365 | 272 | 335 | 0 | 30 | 12 | 4 | 504 | 113 | 125 |
| Binary | 11110101 | 10111010 | 11011101 | 0 | 11000 | 1010 | 100 | 101000100 | 1001011 | 1010101 |
Color Harmonies of #F5BADD
Complementary color
Monochromatic Colors of #F5BADD
Black with #F5BADD
Text Example
Text Example
White with #F5BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BADD; }
p { color: rgb(245,186,221); }
H1.HeaderClassName
{
color: #F5BADD;
}
.AnyTagClassName
{
color: #F5BADD;
}
</style>
background-color css
<style>
a { background-color: #F5BADD; }
a { background-color: rgb(245,186,221); }
div.DivClassName
{
background-color: #F5BADD;
}
.BgClassName
{
background-color: #F5BADD;
}
</style>
border-color css
<style>
span { border-color: #F5BADD; }
span { border-color: rgb(245,186,221); }
td.TdClassName
{
border-color: #F5BADD;
}
.TagClassName
{
border-color: #F5BADD;
}
</style>