Shades of Azalea #F3BCC4
Tints of Azalea #F3BCC4
RGB
CMYK
RGB Variations
Color information
#F3BCC4 (or 0xF3BCC4) is known color: Azalea. HEX triplet: F3, BC and C4. RGB value is (243,188,196). Sum of RGB (Red+Green+Blue) = 243+188+196=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC4 is #0C433B. Grayscale: #CDCDCD. Windows color (decimal): -803644 or 12893427. OLE color: 12893427.
HSL color Cylindrical-coordinate representation of color #F3BCC4: hue angle of 351.27º 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 #F3BCC4 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 196 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.05 |
| HSL | 351.27º | 0.7% | 0.85% | - |
| HSV(B) | 351.27º | 0.23% | 0.95% | - |
| XYZ | 64.91 | 59.01 | 60.19 | - |
| YUV | 205.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 196 | 0 | 0.23 | 0.19 | 0.05 | 351.27 | 0.7 | 0.85 |
| Hex | F3 | BC | C4 | 0 | 17 | 13 | 5 | 15F | 46 | 55 |
| Octal | 363 | 274 | 304 | 0 | 27 | 23 | 5 | 537 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11000100 | 0 | 10111 | 10011 | 101 | 101011111 | 1000110 | 1010101 |
Color Harmonies of #F3BCC4
Complementary color
Monochromatic Colors of #F3BCC4
Black with #F3BCC4
Text Example
Text Example
White with #F3BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCC4; }
p { color: rgb(243,188,196); }
H1.HeaderClassName
{
color: #F3BCC4;
}
.AnyTagClassName
{
color: #F3BCC4;
}
</style>
background-color css
<style>
a { background-color: #F3BCC4; }
a { background-color: rgb(243,188,196); }
div.DivClassName
{
background-color: #F3BCC4;
}
.BgClassName
{
background-color: #F3BCC4;
}
</style>
border-color css
<style>
span { border-color: #F3BCC4; }
span { border-color: rgb(243,188,196); }
td.TdClassName
{
border-color: #F3BCC4;
}
.TagClassName
{
border-color: #F3BCC4;
}
</style>