Shades of Azalea #F2BEC3
Tints of Azalea #F2BEC3
RGB
CMYK
RGB Variations
Color information
#F2BEC3 (or 0xF2BEC3) is known color: Azalea. HEX triplet: F2, BE and C3. RGB value is (242,190,195). Sum of RGB (Red+Green+Blue) = 242+190+195=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC3 is #0D413C. Grayscale: #CECECE. Windows color (decimal): -868669 or 12828402. OLE color: 12828402.
HSL color Cylindrical-coordinate representation of color #F2BEC3: hue angle of 354.23º 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 #F2BEC3 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 195 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.05 |
| HSL | 354.23º | 0.67% | 0.85% | - |
| HSV(B) | 354.23º | 0.21% | 0.95% | - |
| XYZ | 64.88 | 59.64 | 59.72 | - |
| YUV | 206.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 195 | 0 | 0.21 | 0.19 | 0.05 | 354.23 | 0.67 | 0.85 |
| Hex | F2 | BE | C3 | 0 | 15 | 13 | 5 | 162 | 43 | 55 |
| Octal | 362 | 276 | 303 | 0 | 25 | 23 | 5 | 542 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11000011 | 0 | 10101 | 10011 | 101 | 101100010 | 1000011 | 1010101 |
Color Harmonies of #F2BEC3
Complementary color
Monochromatic Colors of #F2BEC3
Black with #F2BEC3
Text Example
Text Example
White with #F2BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEC3; }
p { color: rgb(242,190,195); }
H1.HeaderClassName
{
color: #F2BEC3;
}
.AnyTagClassName
{
color: #F2BEC3;
}
</style>
background-color css
<style>
a { background-color: #F2BEC3; }
a { background-color: rgb(242,190,195); }
div.DivClassName
{
background-color: #F2BEC3;
}
.BgClassName
{
background-color: #F2BEC3;
}
</style>
border-color css
<style>
span { border-color: #F2BEC3; }
span { border-color: rgb(242,190,195); }
td.TdClassName
{
border-color: #F2BEC3;
}
.TagClassName
{
border-color: #F2BEC3;
}
</style>