Shades of Classic Rose #F4BADB
Tints of Classic Rose #F4BADB
RGB
CMYK
RGB Variations
Color information
#F4BADB (or 0xF4BADB) is known color: Classic Rose. HEX triplet: F4, BA and DB. RGB value is (244,186,219). Sum of RGB (Red+Green+Blue) = 244+186+219=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BADB is #0B4524. Grayscale: #CFCFCF. Windows color (decimal): -738597 or 14400244. OLE color: 14400244.
HSL color Cylindrical-coordinate representation of color #F4BADB: hue angle of 325.86º 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 #F4BADB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 219 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.04 |
| HSL | 325.86º | 0.73% | 0.84% | - |
| HSV(B) | 325.86º | 0.24% | 0.96% | - |
| XYZ | 67.65 | 59.47 | 74.93 | - |
| YUV | 207.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 219 | 0 | 0.24 | 0.10 | 0.04 | 325.86 | 0.73 | 0.84 |
| Hex | F4 | BA | DB | 0 | 18 | A | 4 | 146 | 48 | 54 |
| Octal | 364 | 272 | 333 | 0 | 30 | 12 | 4 | 506 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11011011 | 0 | 11000 | 1010 | 100 | 101000110 | 1001000 | 1010100 |
Color Harmonies of #F4BADB
Complementary color
Monochromatic Colors of #F4BADB
Black with #F4BADB
Text Example
Text Example
White with #F4BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BADB; }
p { color: rgb(244,186,219); }
H1.HeaderClassName
{
color: #F4BADB;
}
.AnyTagClassName
{
color: #F4BADB;
}
</style>
background-color css
<style>
a { background-color: #F4BADB; }
a { background-color: rgb(244,186,219); }
div.DivClassName
{
background-color: #F4BADB;
}
.BgClassName
{
background-color: #F4BADB;
}
</style>
border-color css
<style>
span { border-color: #F4BADB; }
span { border-color: rgb(244,186,219); }
td.TdClassName
{
border-color: #F4BADB;
}
.TagClassName
{
border-color: #F4BADB;
}
</style>