Shades of Azalea #F0BEC3
Tints of Azalea #F0BEC3
RGB
CMYK
RGB Variations
Color information
#F0BEC3 (or 0xF0BEC3) is known color: Azalea. HEX triplet: F0, BE and C3. RGB value is (240,190,195). Sum of RGB (Red+Green+Blue) = 240+190+195=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEC3 is #0F413C. Grayscale: #CDCDCD. Windows color (decimal): -999741 or 12828400. OLE color: 12828400.
HSL color Cylindrical-coordinate representation of color #F0BEC3: hue angle of 354º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEC3 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 195 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.06 |
| HSL | 354º | 0.63% | 0.84% | - |
| HSV(B) | 354º | 0.21% | 0.94% | - |
| XYZ | 64.2 | 59.29 | 59.69 | - |
| YUV | 205.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 195 | 0 | 0.21 | 0.19 | 0.06 | 354 | 0.63 | 0.84 |
| Hex | F0 | BE | C3 | 0 | 15 | 13 | 6 | 162 | 3E | 54 |
| Octal | 360 | 276 | 303 | 0 | 25 | 23 | 6 | 542 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11000011 | 0 | 10101 | 10011 | 110 | 101100010 | 111110 | 1010100 |
Color Harmonies of #F0BEC3
Complementary color
Monochromatic Colors of #F0BEC3
Black with #F0BEC3
Text Example
Text Example
White with #F0BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEC3; }
p { color: rgb(240,190,195); }
H1.HeaderClassName
{
color: #F0BEC3;
}
.AnyTagClassName
{
color: #F0BEC3;
}
</style>
background-color css
<style>
a { background-color: #F0BEC3; }
a { background-color: rgb(240,190,195); }
div.DivClassName
{
background-color: #F0BEC3;
}
.BgClassName
{
background-color: #F0BEC3;
}
</style>
border-color css
<style>
span { border-color: #F0BEC3; }
span { border-color: rgb(240,190,195); }
td.TdClassName
{
border-color: #F0BEC3;
}
.TagClassName
{
border-color: #F0BEC3;
}
</style>