Shades of Azalea #F8BEC7
Tints of Azalea #F8BEC7
RGB
CMYK
RGB Variations
Color information
#F8BEC7 (or 0xF8BEC7) is known color: Azalea. HEX triplet: F8, BE and C7. RGB value is (248,190,199). Sum of RGB (Red+Green+Blue) = 248+190+199=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEC7 is #074138. Grayscale: #D0D0D0. Windows color (decimal): -475449 or 13090552. OLE color: 13090552.
HSL color Cylindrical-coordinate representation of color #F8BEC7: hue angle of 350.69º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BEC7 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 199 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.03 |
| HSL | 350.69º | 0.81% | 0.86% | - |
| HSV(B) | 350.69º | 0.23% | 0.97% | - |
| XYZ | 67.43 | 60.91 | 62.23 | - |
| YUV | 208.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 199 | 0 | 0.23 | 0.20 | 0.03 | 350.69 | 0.81 | 0.86 |
| Hex | F8 | BE | C7 | 0 | 17 | 14 | 3 | 15F | 51 | 56 |
| Octal | 370 | 276 | 307 | 0 | 27 | 24 | 3 | 537 | 121 | 126 |
| Binary | 11111000 | 10111110 | 11000111 | 0 | 10111 | 10100 | 11 | 101011111 | 1010001 | 1010110 |
Color Harmonies of #F8BEC7
Complementary color
Monochromatic Colors of #F8BEC7
Black with #F8BEC7
Text Example
Text Example
White with #F8BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BEC7; }
p { color: rgb(248,190,199); }
H1.HeaderClassName
{
color: #F8BEC7;
}
.AnyTagClassName
{
color: #F8BEC7;
}
</style>
background-color css
<style>
a { background-color: #F8BEC7; }
a { background-color: rgb(248,190,199); }
div.DivClassName
{
background-color: #F8BEC7;
}
.BgClassName
{
background-color: #F8BEC7;
}
</style>
border-color css
<style>
span { border-color: #F8BEC7; }
span { border-color: rgb(248,190,199); }
td.TdClassName
{
border-color: #F8BEC7;
}
.TagClassName
{
border-color: #F8BEC7;
}
</style>