Shades of Azalea #F8BDC5
Tints of Azalea #F8BDC5
RGB
CMYK
RGB Variations
Color information
#F8BDC5 (or 0xF8BDC5) is known color: Azalea. HEX triplet: F8, BD and C5. RGB value is (248,189,197). Sum of RGB (Red+Green+Blue) = 248+189+197=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC5 is #07423A. Grayscale: #CFCFCF. Windows color (decimal): -475707 or 12959224. OLE color: 12959224.
HSL color Cylindrical-coordinate representation of color #F8BDC5: hue angle of 351.86º 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 #F8BDC5 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 197 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.03 |
| HSL | 351.86º | 0.81% | 0.86% | - |
| HSV(B) | 351.86º | 0.24% | 0.97% | - |
| XYZ | 66.99 | 60.38 | 60.95 | - |
| YUV | 207.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 197 | 0 | 0.24 | 0.21 | 0.03 | 351.86 | 0.81 | 0.86 |
| Hex | F8 | BD | C5 | 0 | 18 | 15 | 3 | 160 | 51 | 56 |
| Octal | 370 | 275 | 305 | 0 | 30 | 25 | 3 | 540 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11000101 | 0 | 11000 | 10101 | 11 | 101100000 | 1010001 | 1010110 |
Color Harmonies of #F8BDC5
Complementary color
Monochromatic Colors of #F8BDC5
Black with #F8BDC5
Text Example
Text Example
White with #F8BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDC5; }
p { color: rgb(248,189,197); }
H1.HeaderClassName
{
color: #F8BDC5;
}
.AnyTagClassName
{
color: #F8BDC5;
}
</style>
background-color css
<style>
a { background-color: #F8BDC5; }
a { background-color: rgb(248,189,197); }
div.DivClassName
{
background-color: #F8BDC5;
}
.BgClassName
{
background-color: #F8BDC5;
}
</style>
border-color css
<style>
span { border-color: #F8BDC5; }
span { border-color: rgb(248,189,197); }
td.TdClassName
{
border-color: #F8BDC5;
}
.TagClassName
{
border-color: #F8BDC5;
}
</style>