Shades of Azalea #F8BCC2
Tints of Azalea #F8BCC2
RGB
CMYK
RGB Variations
Color information
#F8BCC2 (or 0xF8BCC2) is known color: Azalea. HEX triplet: F8, BC and C2. RGB value is (248,188,194). Sum of RGB (Red+Green+Blue) = 248+188+194=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCC2 is #07433D. Grayscale: #CECECE. Windows color (decimal): -475966 or 12762360. OLE color: 12762360.
HSL color Cylindrical-coordinate representation of color #F8BCC2: hue angle of 354º 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 #F8BCC2 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 194 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.03 |
| HSL | 354º | 0.81% | 0.85% | - |
| HSV(B) | 354º | 0.24% | 0.97% | - |
| XYZ | 66.43 | 59.82 | 59.08 | - |
| YUV | 206.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 194 | 0 | 0.24 | 0.22 | 0.03 | 354 | 0.81 | 0.85 |
| Hex | F8 | BC | C2 | 0 | 18 | 16 | 3 | 162 | 51 | 55 |
| Octal | 370 | 274 | 302 | 0 | 30 | 26 | 3 | 542 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11000010 | 0 | 11000 | 10110 | 11 | 101100010 | 1010001 | 1010101 |
Color Harmonies of #F8BCC2
Complementary color
Monochromatic Colors of #F8BCC2
Black with #F8BCC2
Text Example
Text Example
White with #F8BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCC2; }
p { color: rgb(248,188,194); }
H1.HeaderClassName
{
color: #F8BCC2;
}
.AnyTagClassName
{
color: #F8BCC2;
}
</style>
background-color css
<style>
a { background-color: #F8BCC2; }
a { background-color: rgb(248,188,194); }
div.DivClassName
{
background-color: #F8BCC2;
}
.BgClassName
{
background-color: #F8BCC2;
}
</style>
border-color css
<style>
span { border-color: #F8BCC2; }
span { border-color: rgb(248,188,194); }
td.TdClassName
{
border-color: #F8BCC2;
}
.TagClassName
{
border-color: #F8BCC2;
}
</style>