Shades of Azalea #F2BCC5
Tints of Azalea #F2BCC5
RGB
CMYK
RGB Variations
Color information
#F2BCC5 (or 0xF2BCC5) is known color: Azalea. HEX triplet: F2, BC and C5. RGB value is (242,188,197). Sum of RGB (Red+Green+Blue) = 242+188+197=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC5 is #0D433A. Grayscale: #CDCDCD. Windows color (decimal): -869179 or 12958962. OLE color: 12958962.
HSL color Cylindrical-coordinate representation of color #F2BCC5: hue angle of 350º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCC5 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 197 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.05 |
| HSL | 350º | 0.68% | 0.84% | - |
| HSV(B) | 350º | 0.22% | 0.95% | - |
| XYZ | 64.68 | 58.87 | 60.78 | - |
| YUV | 205.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 197 | 0 | 0.22 | 0.19 | 0.05 | 350 | 0.68 | 0.84 |
| Hex | F2 | BC | C5 | 0 | 16 | 13 | 5 | 15E | 44 | 54 |
| Octal | 362 | 274 | 305 | 0 | 26 | 23 | 5 | 536 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11000101 | 0 | 10110 | 10011 | 101 | 101011110 | 1000100 | 1010100 |
Color Harmonies of #F2BCC5
Complementary color
Monochromatic Colors of #F2BCC5
Black with #F2BCC5
Text Example
Text Example
White with #F2BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCC5; }
p { color: rgb(242,188,197); }
H1.HeaderClassName
{
color: #F2BCC5;
}
.AnyTagClassName
{
color: #F2BCC5;
}
</style>
background-color css
<style>
a { background-color: #F2BCC5; }
a { background-color: rgb(242,188,197); }
div.DivClassName
{
background-color: #F2BCC5;
}
.BgClassName
{
background-color: #F2BCC5;
}
</style>
border-color css
<style>
span { border-color: #F2BCC5; }
span { border-color: rgb(242,188,197); }
td.TdClassName
{
border-color: #F2BCC5;
}
.TagClassName
{
border-color: #F2BCC5;
}
</style>