Shades of Classic Rose #F4BADC
Tints of Classic Rose #F4BADC
RGB
CMYK
RGB Variations
Color information
#F4BADC (or 0xF4BADC) is known color: Classic Rose. HEX triplet: F4, BA and DC. RGB value is (244,186,220). Sum of RGB (Red+Green+Blue) = 244+186+220=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BADC is #0B4523. Grayscale: #CFCFCF. Windows color (decimal): -738596 or 14465780. OLE color: 14465780.
HSL color Cylindrical-coordinate representation of color #F4BADC: hue angle of 324.83º 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 #F4BADC is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 220 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.04 |
| HSL | 324.83º | 0.73% | 0.84% | - |
| HSV(B) | 324.83º | 0.24% | 0.96% | - |
| XYZ | 67.79 | 59.52 | 75.63 | - |
| YUV | 207.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 220 | 0 | 0.24 | 0.10 | 0.04 | 324.83 | 0.73 | 0.84 |
| Hex | F4 | BA | DC | 0 | 18 | A | 4 | 145 | 48 | 54 |
| Octal | 364 | 272 | 334 | 0 | 30 | 12 | 4 | 505 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11011100 | 0 | 11000 | 1010 | 100 | 101000101 | 1001000 | 1010100 |
Color Harmonies of #F4BADC
Complementary color
Monochromatic Colors of #F4BADC
Black with #F4BADC
Text Example
Text Example
White with #F4BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BADC; }
p { color: rgb(244,186,220); }
H1.HeaderClassName
{
color: #F4BADC;
}
.AnyTagClassName
{
color: #F4BADC;
}
</style>
background-color css
<style>
a { background-color: #F4BADC; }
a { background-color: rgb(244,186,220); }
div.DivClassName
{
background-color: #F4BADC;
}
.BgClassName
{
background-color: #F4BADC;
}
</style>
border-color css
<style>
span { border-color: #F4BADC; }
span { border-color: rgb(244,186,220); }
td.TdClassName
{
border-color: #F4BADC;
}
.TagClassName
{
border-color: #F4BADC;
}
</style>