Shades of Azalea #F0BCC4
Tints of Azalea #F0BCC4
RGB
CMYK
RGB Variations
Color information
#F0BCC4 (or 0xF0BCC4) is known color: Azalea. HEX triplet: F0, BC and C4. RGB value is (240,188,196). Sum of RGB (Red+Green+Blue) = 240+188+196=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC4 is #0F433B. Grayscale: #CCCCCC. Windows color (decimal): -1000252 or 12893424. OLE color: 12893424.
HSL color Cylindrical-coordinate representation of color #F0BCC4: hue angle of 350.77º 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 #F0BCC4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 196 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.06 |
| HSL | 350.77º | 0.63% | 0.84% | - |
| HSV(B) | 350.77º | 0.22% | 0.94% | - |
| XYZ | 63.88 | 58.48 | 60.14 | - |
| YUV | 204.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 196 | 0 | 0.22 | 0.18 | 0.06 | 350.77 | 0.63 | 0.84 |
| Hex | F0 | BC | C4 | 0 | 16 | 12 | 6 | 15F | 3F | 54 |
| Octal | 360 | 274 | 304 | 0 | 26 | 22 | 6 | 537 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11000100 | 0 | 10110 | 10010 | 110 | 101011111 | 111111 | 1010100 |
Color Harmonies of #F0BCC4
Complementary color
Monochromatic Colors of #F0BCC4
Black with #F0BCC4
Text Example
Text Example
White with #F0BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCC4; }
p { color: rgb(240,188,196); }
H1.HeaderClassName
{
color: #F0BCC4;
}
.AnyTagClassName
{
color: #F0BCC4;
}
</style>
background-color css
<style>
a { background-color: #F0BCC4; }
a { background-color: rgb(240,188,196); }
div.DivClassName
{
background-color: #F0BCC4;
}
.BgClassName
{
background-color: #F0BCC4;
}
</style>
border-color css
<style>
span { border-color: #F0BCC4; }
span { border-color: rgb(240,188,196); }
td.TdClassName
{
border-color: #F0BCC4;
}
.TagClassName
{
border-color: #F0BCC4;
}
</style>