Shades of Azalea #F2B5B8
Tints of Azalea #F2B5B8
RGB
CMYK
RGB Variations
Color information
#F2B5B8 (or 0xF2B5B8) is known color: Azalea. HEX triplet: F2, B5 and B8. RGB value is (242,181,184). Sum of RGB (Red+Green+Blue) = 242+181+184=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5B8 is #0D4A47. Grayscale: #C7C7C7. Windows color (decimal): -870984 or 12105202. OLE color: 12105202.
HSL color Cylindrical-coordinate representation of color #F2B5B8: hue angle of 357.05º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5B8 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 184 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.05 |
| HSL | 357.05º | 0.7% | 0.83% | - |
| HSV(B) | 357.05º | 0.25% | 0.95% | - |
| XYZ | 61.79 | 55.39 | 52.78 | - |
| YUV | 199.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 184 | 0 | 0.25 | 0.24 | 0.05 | 357.05 | 0.7 | 0.83 |
| Hex | F2 | B5 | B8 | 0 | 19 | 18 | 5 | 165 | 46 | 53 |
| Octal | 362 | 265 | 270 | 0 | 31 | 30 | 5 | 545 | 106 | 123 |
| Binary | 11110010 | 10110101 | 10111000 | 0 | 11001 | 11000 | 101 | 101100101 | 1000110 | 1010011 |
Color Harmonies of #F2B5B8
Complementary color
Monochromatic Colors of #F2B5B8
Black with #F2B5B8
Text Example
Text Example
White with #F2B5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5B8; }
p { color: rgb(242,181,184); }
H1.HeaderClassName
{
color: #F2B5B8;
}
.AnyTagClassName
{
color: #F2B5B8;
}
</style>
background-color css
<style>
a { background-color: #F2B5B8; }
a { background-color: rgb(242,181,184); }
div.DivClassName
{
background-color: #F2B5B8;
}
.BgClassName
{
background-color: #F2B5B8;
}
</style>
border-color css
<style>
span { border-color: #F2B5B8; }
span { border-color: rgb(242,181,184); }
td.TdClassName
{
border-color: #F2B5B8;
}
.TagClassName
{
border-color: #F2B5B8;
}
</style>