Shades of Azalea #F0BBC3
Tints of Azalea #F0BBC3
RGB
CMYK
RGB Variations
Color information
#F0BBC3 (or 0xF0BBC3) is known color: Azalea. HEX triplet: F0, BB and C3. RGB value is (240,187,195). Sum of RGB (Red+Green+Blue) = 240+187+195=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBC3 is #0F443C. Grayscale: #CBCBCB. Windows color (decimal): -1000509 or 12827632. OLE color: 12827632.
HSL color Cylindrical-coordinate representation of color #F0BBC3: hue angle of 350.94º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBC3 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 195 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.06 |
| HSL | 350.94º | 0.64% | 0.84% | - |
| HSV(B) | 350.94º | 0.22% | 0.94% | - |
| XYZ | 63.56 | 58.01 | 59.48 | - |
| YUV | 203.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 195 | 0 | 0.22 | 0.19 | 0.06 | 350.94 | 0.64 | 0.84 |
| Hex | F0 | BB | C3 | 0 | 16 | 13 | 6 | 15F | 40 | 54 |
| Octal | 360 | 273 | 303 | 0 | 26 | 23 | 6 | 537 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11000011 | 0 | 10110 | 10011 | 110 | 101011111 | 1000000 | 1010100 |
Color Harmonies of #F0BBC3
Complementary color
Monochromatic Colors of #F0BBC3
Black with #F0BBC3
Text Example
Text Example
White with #F0BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBC3; }
p { color: rgb(240,187,195); }
H1.HeaderClassName
{
color: #F0BBC3;
}
.AnyTagClassName
{
color: #F0BBC3;
}
</style>
background-color css
<style>
a { background-color: #F0BBC3; }
a { background-color: rgb(240,187,195); }
div.DivClassName
{
background-color: #F0BBC3;
}
.BgClassName
{
background-color: #F0BBC3;
}
</style>
border-color css
<style>
span { border-color: #F0BBC3; }
span { border-color: rgb(240,187,195); }
td.TdClassName
{
border-color: #F0BBC3;
}
.TagClassName
{
border-color: #F0BBC3;
}
</style>