Shades of Azalea #F8BAC2
Tints of Azalea #F8BAC2
RGB
CMYK
RGB Variations
Color information
#F8BAC2 (or 0xF8BAC2) is known color: Azalea. HEX triplet: F8, BA and C2. RGB value is (248,186,194). Sum of RGB (Red+Green+Blue) = 248+186+194=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAC2 is #07453D. Grayscale: #CDCDCD. Windows color (decimal): -476478 or 12761848. OLE color: 12761848.
HSL color Cylindrical-coordinate representation of color #F8BAC2: hue angle of 352.26º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BAC2 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 194 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.03 |
| HSL | 352.26º | 0.82% | 0.85% | - |
| HSV(B) | 352.26º | 0.25% | 0.97% | - |
| XYZ | 66.01 | 58.97 | 58.94 | - |
| YUV | 205.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 194 | 0 | 0.25 | 0.22 | 0.03 | 352.26 | 0.82 | 0.85 |
| Hex | F8 | BA | C2 | 0 | 19 | 16 | 3 | 160 | 52 | 55 |
| Octal | 370 | 272 | 302 | 0 | 31 | 26 | 3 | 540 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11000010 | 0 | 11001 | 10110 | 11 | 101100000 | 1010010 | 1010101 |
Color Harmonies of #F8BAC2
Complementary color
Monochromatic Colors of #F8BAC2
Black with #F8BAC2
Text Example
Text Example
White with #F8BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAC2; }
p { color: rgb(248,186,194); }
H1.HeaderClassName
{
color: #F8BAC2;
}
.AnyTagClassName
{
color: #F8BAC2;
}
</style>
background-color css
<style>
a { background-color: #F8BAC2; }
a { background-color: rgb(248,186,194); }
div.DivClassName
{
background-color: #F8BAC2;
}
.BgClassName
{
background-color: #F8BAC2;
}
</style>
border-color css
<style>
span { border-color: #F8BAC2; }
span { border-color: rgb(248,186,194); }
td.TdClassName
{
border-color: #F8BAC2;
}
.TagClassName
{
border-color: #F8BAC2;
}
</style>