Shades of Azalea #F0BCC2
Tints of Azalea #F0BCC2
RGB
CMYK
RGB Variations
Color information
#F0BCC2 (or 0xF0BCC2) is known color: Azalea. HEX triplet: F0, BC and C2. RGB value is (240,188,194). Sum of RGB (Red+Green+Blue) = 240+188+194=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC2 is #0F433D. Grayscale: #CCCCCC. Windows color (decimal): -1000254 or 12762352. OLE color: 12762352.
HSL color Cylindrical-coordinate representation of color #F0BCC2: hue angle of 353.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCC2 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 194 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.06 |
| HSL | 353.08º | 0.63% | 0.84% | - |
| HSV(B) | 353.08º | 0.22% | 0.94% | - |
| XYZ | 63.66 | 58.39 | 58.95 | - |
| YUV | 204.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 194 | 0 | 0.22 | 0.19 | 0.06 | 353.08 | 0.63 | 0.84 |
| Hex | F0 | BC | C2 | 0 | 16 | 13 | 6 | 161 | 3F | 54 |
| Octal | 360 | 274 | 302 | 0 | 26 | 23 | 6 | 541 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11000010 | 0 | 10110 | 10011 | 110 | 101100001 | 111111 | 1010100 |
Color Harmonies of #F0BCC2
Complementary color
Monochromatic Colors of #F0BCC2
Black with #F0BCC2
Text Example
Text Example
White with #F0BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCC2; }
p { color: rgb(240,188,194); }
H1.HeaderClassName
{
color: #F0BCC2;
}
.AnyTagClassName
{
color: #F0BCC2;
}
</style>
background-color css
<style>
a { background-color: #F0BCC2; }
a { background-color: rgb(240,188,194); }
div.DivClassName
{
background-color: #F0BCC2;
}
.BgClassName
{
background-color: #F0BCC2;
}
</style>
border-color css
<style>
span { border-color: #F0BCC2; }
span { border-color: rgb(240,188,194); }
td.TdClassName
{
border-color: #F0BCC2;
}
.TagClassName
{
border-color: #F0BCC2;
}
</style>