Shades of Azalea #F3B8C0
Tints of Azalea #F3B8C0
RGB
CMYK
RGB Variations
Color information
#F3B8C0 (or 0xF3B8C0) is known color: Azalea. HEX triplet: F3, B8 and C0. RGB value is (243,184,192). Sum of RGB (Red+Green+Blue) = 243+184+192=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B8C0 is #0C473F. Grayscale: #CACACA. Windows color (decimal): -804672 or 12630259. OLE color: 12630259.
HSL color Cylindrical-coordinate representation of color #F3B8C0: hue angle of 351.86º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B8C0 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 184 | 192 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.05 |
| HSL | 351.86º | 0.71% | 0.84% | - |
| HSV(B) | 351.86º | 0.24% | 0.95% | - |
| XYZ | 63.62 | 57.14 | 57.55 | - |
| YUV | 202.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 192 | 0 | 0.24 | 0.21 | 0.05 | 351.86 | 0.71 | 0.84 |
| Hex | F3 | B8 | C0 | 0 | 18 | 15 | 5 | 160 | 47 | 54 |
| Octal | 363 | 270 | 300 | 0 | 30 | 25 | 5 | 540 | 107 | 124 |
| Binary | 11110011 | 10111000 | 11000000 | 0 | 11000 | 10101 | 101 | 101100000 | 1000111 | 1010100 |
Color Harmonies of #F3B8C0
Complementary color
Monochromatic Colors of #F3B8C0
Black with #F3B8C0
Text Example
Text Example
White with #F3B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B8C0; }
p { color: rgb(243,184,192); }
H1.HeaderClassName
{
color: #F3B8C0;
}
.AnyTagClassName
{
color: #F3B8C0;
}
</style>
background-color css
<style>
a { background-color: #F3B8C0; }
a { background-color: rgb(243,184,192); }
div.DivClassName
{
background-color: #F3B8C0;
}
.BgClassName
{
background-color: #F3B8C0;
}
</style>
border-color css
<style>
span { border-color: #F3B8C0; }
span { border-color: rgb(243,184,192); }
td.TdClassName
{
border-color: #F3B8C0;
}
.TagClassName
{
border-color: #F3B8C0;
}
</style>