Shades of Azalea #F3BCC5
Tints of Azalea #F3BCC5
RGB
CMYK
RGB Variations
Color information
#F3BCC5 (or 0xF3BCC5) is known color: Azalea. HEX triplet: F3, BC and C5. RGB value is (243,188,197). Sum of RGB (Red+Green+Blue) = 243+188+197=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC5 is #0C433A. Grayscale: #CDCDCD. Windows color (decimal): -803643 or 12958963. OLE color: 12958963.
HSL color Cylindrical-coordinate representation of color #F3BCC5: hue angle of 350.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCC5 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 197 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.05 |
| HSL | 350.18º | 0.7% | 0.85% | - |
| HSV(B) | 350.18º | 0.23% | 0.95% | - |
| XYZ | 65.02 | 59.05 | 60.79 | - |
| YUV | 205.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 197 | 0 | 0.23 | 0.19 | 0.05 | 350.18 | 0.7 | 0.85 |
| Hex | F3 | BC | C5 | 0 | 17 | 13 | 5 | 15E | 46 | 55 |
| Octal | 363 | 274 | 305 | 0 | 27 | 23 | 5 | 536 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11000101 | 0 | 10111 | 10011 | 101 | 101011110 | 1000110 | 1010101 |
Color Harmonies of #F3BCC5
Complementary color
Monochromatic Colors of #F3BCC5
Black with #F3BCC5
Text Example
Text Example
White with #F3BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCC5; }
p { color: rgb(243,188,197); }
H1.HeaderClassName
{
color: #F3BCC5;
}
.AnyTagClassName
{
color: #F3BCC5;
}
</style>
background-color css
<style>
a { background-color: #F3BCC5; }
a { background-color: rgb(243,188,197); }
div.DivClassName
{
background-color: #F3BCC5;
}
.BgClassName
{
background-color: #F3BCC5;
}
</style>
border-color css
<style>
span { border-color: #F3BCC5; }
span { border-color: rgb(243,188,197); }
td.TdClassName
{
border-color: #F3BCC5;
}
.TagClassName
{
border-color: #F3BCC5;
}
</style>