Shades of Azalea #F2BEC1
Tints of Azalea #F2BEC1
RGB
CMYK
RGB Variations
Color information
#F2BEC1 (or 0xF2BEC1) is known color: Azalea. HEX triplet: F2, BE and C1. RGB value is (242,190,193). Sum of RGB (Red+Green+Blue) = 242+190+193=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC1 is #0D413E. Grayscale: #CDCDCD. Windows color (decimal): -868671 or 12697330. OLE color: 12697330.
HSL color Cylindrical-coordinate representation of color #F2BEC1: hue angle of 356.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEC1 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 193 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.05 |
| HSL | 356.54º | 0.67% | 0.85% | - |
| HSV(B) | 356.54º | 0.21% | 0.95% | - |
| XYZ | 64.66 | 59.55 | 58.54 | - |
| YUV | 205.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 193 | 0 | 0.21 | 0.20 | 0.05 | 356.54 | 0.67 | 0.85 |
| Hex | F2 | BE | C1 | 0 | 15 | 14 | 5 | 165 | 43 | 55 |
| Octal | 362 | 276 | 301 | 0 | 25 | 24 | 5 | 545 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11000001 | 0 | 10101 | 10100 | 101 | 101100101 | 1000011 | 1010101 |
Color Harmonies of #F2BEC1
Complementary color
Monochromatic Colors of #F2BEC1
Black with #F2BEC1
Text Example
Text Example
White with #F2BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEC1; }
p { color: rgb(242,190,193); }
H1.HeaderClassName
{
color: #F2BEC1;
}
.AnyTagClassName
{
color: #F2BEC1;
}
</style>
background-color css
<style>
a { background-color: #F2BEC1; }
a { background-color: rgb(242,190,193); }
div.DivClassName
{
background-color: #F2BEC1;
}
.BgClassName
{
background-color: #F2BEC1;
}
</style>
border-color css
<style>
span { border-color: #F2BEC1; }
span { border-color: rgb(242,190,193); }
td.TdClassName
{
border-color: #F2BEC1;
}
.TagClassName
{
border-color: #F2BEC1;
}
</style>