Shades of Azalea #F2BBC3
Tints of Azalea #F2BBC3
RGB
CMYK
RGB Variations
Color information
#F2BBC3 (or 0xF2BBC3) is known color: Azalea. HEX triplet: F2, BB and C3. RGB value is (242,187,195). Sum of RGB (Red+Green+Blue) = 242+187+195=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC3 is #0D443C. Grayscale: #CCCCCC. Windows color (decimal): -869437 or 12827634. OLE color: 12827634.
HSL color Cylindrical-coordinate representation of color #F2BBC3: hue angle of 351.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBC3 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 195 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.05 |
| HSL | 351.27º | 0.68% | 0.84% | - |
| HSV(B) | 351.27º | 0.23% | 0.95% | - |
| XYZ | 64.24 | 58.36 | 59.51 | - |
| YUV | 204.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 195 | 0 | 0.23 | 0.19 | 0.05 | 351.27 | 0.68 | 0.84 |
| Hex | F2 | BB | C3 | 0 | 17 | 13 | 5 | 15F | 44 | 54 |
| Octal | 362 | 273 | 303 | 0 | 27 | 23 | 5 | 537 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11000011 | 0 | 10111 | 10011 | 101 | 101011111 | 1000100 | 1010100 |
Color Harmonies of #F2BBC3
Complementary color
Monochromatic Colors of #F2BBC3
Black with #F2BBC3
Text Example
Text Example
White with #F2BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBC3; }
p { color: rgb(242,187,195); }
H1.HeaderClassName
{
color: #F2BBC3;
}
.AnyTagClassName
{
color: #F2BBC3;
}
</style>
background-color css
<style>
a { background-color: #F2BBC3; }
a { background-color: rgb(242,187,195); }
div.DivClassName
{
background-color: #F2BBC3;
}
.BgClassName
{
background-color: #F2BBC3;
}
</style>
border-color css
<style>
span { border-color: #F2BBC3; }
span { border-color: rgb(242,187,195); }
td.TdClassName
{
border-color: #F2BBC3;
}
.TagClassName
{
border-color: #F2BBC3;
}
</style>