Shades of Azalea #F8BDC2
Tints of Azalea #F8BDC2
RGB
CMYK
RGB Variations
Color information
#F8BDC2 (or 0xF8BDC2) is known color: Azalea. HEX triplet: F8, BD and C2. RGB value is (248,189,194). Sum of RGB (Red+Green+Blue) = 248+189+194=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC2 is #07423D. Grayscale: #CFCFCF. Windows color (decimal): -475710 or 12762616. OLE color: 12762616.
HSL color Cylindrical-coordinate representation of color #F8BDC2: hue angle of 354.92º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDC2 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 194 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.03 |
| HSL | 354.92º | 0.81% | 0.86% | - |
| HSV(B) | 354.92º | 0.24% | 0.97% | - |
| XYZ | 66.65 | 60.25 | 59.16 | - |
| YUV | 207.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 194 | 0 | 0.24 | 0.22 | 0.03 | 354.92 | 0.81 | 0.86 |
| Hex | F8 | BD | C2 | 0 | 18 | 16 | 3 | 163 | 51 | 56 |
| Octal | 370 | 275 | 302 | 0 | 30 | 26 | 3 | 543 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11000010 | 0 | 11000 | 10110 | 11 | 101100011 | 1010001 | 1010110 |
Color Harmonies of #F8BDC2
Complementary color
Monochromatic Colors of #F8BDC2
Black with #F8BDC2
Text Example
Text Example
White with #F8BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDC2; }
p { color: rgb(248,189,194); }
H1.HeaderClassName
{
color: #F8BDC2;
}
.AnyTagClassName
{
color: #F8BDC2;
}
</style>
background-color css
<style>
a { background-color: #F8BDC2; }
a { background-color: rgb(248,189,194); }
div.DivClassName
{
background-color: #F8BDC2;
}
.BgClassName
{
background-color: #F8BDC2;
}
</style>
border-color css
<style>
span { border-color: #F8BDC2; }
span { border-color: rgb(248,189,194); }
td.TdClassName
{
border-color: #F8BDC2;
}
.TagClassName
{
border-color: #F8BDC2;
}
</style>