Shades of Azalea #F8BCC0
Tints of Azalea #F8BCC0
RGB
CMYK
RGB Variations
Color information
#F8BCC0 (or 0xF8BCC0) is known color: Azalea. HEX triplet: F8, BC and C0. RGB value is (248,188,192). Sum of RGB (Red+Green+Blue) = 248+188+192=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCC0 is #07433F. Grayscale: #CECECE. Windows color (decimal): -475968 or 12631288. OLE color: 12631288.
HSL color Cylindrical-coordinate representation of color #F8BCC0: hue angle of 356º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCC0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 192 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.03 |
| HSL | 356º | 0.81% | 0.85% | - |
| HSV(B) | 356º | 0.24% | 0.97% | - |
| XYZ | 66.21 | 59.73 | 57.91 | - |
| YUV | 206.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 192 | 0 | 0.24 | 0.23 | 0.03 | 356 | 0.81 | 0.85 |
| Hex | F8 | BC | C0 | 0 | 18 | 17 | 3 | 164 | 51 | 55 |
| Octal | 370 | 274 | 300 | 0 | 30 | 27 | 3 | 544 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11000000 | 0 | 11000 | 10111 | 11 | 101100100 | 1010001 | 1010101 |
Color Harmonies of #F8BCC0
Complementary color
Monochromatic Colors of #F8BCC0
Black with #F8BCC0
Text Example
Text Example
White with #F8BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCC0; }
p { color: rgb(248,188,192); }
H1.HeaderClassName
{
color: #F8BCC0;
}
.AnyTagClassName
{
color: #F8BCC0;
}
</style>
background-color css
<style>
a { background-color: #F8BCC0; }
a { background-color: rgb(248,188,192); }
div.DivClassName
{
background-color: #F8BCC0;
}
.BgClassName
{
background-color: #F8BCC0;
}
</style>
border-color css
<style>
span { border-color: #F8BCC0; }
span { border-color: rgb(248,188,192); }
td.TdClassName
{
border-color: #F8BCC0;
}
.TagClassName
{
border-color: #F8BCC0;
}
</style>