Shades of Classic Rose #F4BADD
Tints of Classic Rose #F4BADD
RGB
CMYK
RGB Variations
Color information
#F4BADD (or 0xF4BADD) is known color: Classic Rose. HEX triplet: F4, BA and DD. RGB value is (244,186,221). Sum of RGB (Red+Green+Blue) = 244+186+221=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BADD is #0B4522. Grayscale: #CFCFCF. Windows color (decimal): -738595 or 14531316. OLE color: 14531316.
HSL color Cylindrical-coordinate representation of color #F4BADD: hue angle of 323.79º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BADD is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 221 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 323.79º | 0.73% | 0.84% | - |
| HSV(B) | 323.79º | 0.24% | 0.96% | - |
| XYZ | 67.92 | 59.57 | 76.33 | - |
| YUV | 207.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 221 | 0 | 0.24 | 0.09 | 0.04 | 323.79 | 0.73 | 0.84 |
| Hex | F4 | BA | DD | 0 | 18 | 9 | 4 | 144 | 48 | 54 |
| Octal | 364 | 272 | 335 | 0 | 30 | 11 | 4 | 504 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11011101 | 0 | 11000 | 1001 | 100 | 101000100 | 1001000 | 1010100 |
Color Harmonies of #F4BADD
Complementary color
Monochromatic Colors of #F4BADD
Black with #F4BADD
Text Example
Text Example
White with #F4BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BADD; }
p { color: rgb(244,186,221); }
H1.HeaderClassName
{
color: #F4BADD;
}
.AnyTagClassName
{
color: #F4BADD;
}
</style>
background-color css
<style>
a { background-color: #F4BADD; }
a { background-color: rgb(244,186,221); }
div.DivClassName
{
background-color: #F4BADD;
}
.BgClassName
{
background-color: #F4BADD;
}
</style>
border-color css
<style>
span { border-color: #F4BADD; }
span { border-color: rgb(244,186,221); }
td.TdClassName
{
border-color: #F4BADD;
}
.TagClassName
{
border-color: #F4BADD;
}
</style>