Shades of Azalea #F9BEC2
Tints of Azalea #F9BEC2
RGB
CMYK
RGB Variations
Color information
#F9BEC2 (or 0xF9BEC2) is known color: Azalea. HEX triplet: F9, BE and C2. RGB value is (249,190,194). Sum of RGB (Red+Green+Blue) = 249+190+194=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEC2 is #06413D. Grayscale: #D0D0D0. Windows color (decimal): -409918 or 12762873. OLE color: 12762873.
HSL color Cylindrical-coordinate representation of color #F9BEC2: hue angle of 355.93º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BEC2 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 194 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.02 |
| HSL | 355.93º | 0.83% | 0.86% | - |
| HSV(B) | 355.93º | 0.24% | 0.98% | - |
| XYZ | 67.22 | 60.86 | 59.24 | - |
| YUV | 208.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 194 | 0 | 0.24 | 0.22 | 0.02 | 355.93 | 0.83 | 0.86 |
| Hex | F9 | BE | C2 | 0 | 18 | 16 | 2 | 164 | 53 | 56 |
| Octal | 371 | 276 | 302 | 0 | 30 | 26 | 2 | 544 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11000010 | 0 | 11000 | 10110 | 10 | 101100100 | 1010011 | 1010110 |
Color Harmonies of #F9BEC2
Complementary color
Monochromatic Colors of #F9BEC2
Black with #F9BEC2
Text Example
Text Example
White with #F9BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BEC2; }
p { color: rgb(249,190,194); }
H1.HeaderClassName
{
color: #F9BEC2;
}
.AnyTagClassName
{
color: #F9BEC2;
}
</style>
background-color css
<style>
a { background-color: #F9BEC2; }
a { background-color: rgb(249,190,194); }
div.DivClassName
{
background-color: #F9BEC2;
}
.BgClassName
{
background-color: #F9BEC2;
}
</style>
border-color css
<style>
span { border-color: #F9BEC2; }
span { border-color: rgb(249,190,194); }
td.TdClassName
{
border-color: #F9BEC2;
}
.TagClassName
{
border-color: #F9BEC2;
}
</style>