Shades of Azalea #F3BEC1
Tints of Azalea #F3BEC1
RGB
CMYK
RGB Variations
Color information
#F3BEC1 (or 0xF3BEC1) is known color: Azalea. HEX triplet: F3, BE and C1. RGB value is (243,190,193). Sum of RGB (Red+Green+Blue) = 243+190+193=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEC1 is #0C413E. Grayscale: #CECECE. Windows color (decimal): -803135 or 12697331. OLE color: 12697331.
HSL color Cylindrical-coordinate representation of color #F3BEC1: hue angle of 356.6º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BEC1 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 193 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.05 |
| HSL | 356.6º | 0.69% | 0.85% | - |
| HSV(B) | 356.6º | 0.22% | 0.95% | - |
| XYZ | 65 | 59.73 | 58.56 | - |
| YUV | 206.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 193 | 0 | 0.22 | 0.21 | 0.05 | 356.6 | 0.69 | 0.85 |
| Hex | F3 | BE | C1 | 0 | 16 | 15 | 5 | 165 | 45 | 55 |
| Octal | 363 | 276 | 301 | 0 | 26 | 25 | 5 | 545 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11000001 | 0 | 10110 | 10101 | 101 | 101100101 | 1000101 | 1010101 |
Color Harmonies of #F3BEC1
Complementary color
Monochromatic Colors of #F3BEC1
Black with #F3BEC1
Text Example
Text Example
White with #F3BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEC1; }
p { color: rgb(243,190,193); }
H1.HeaderClassName
{
color: #F3BEC1;
}
.AnyTagClassName
{
color: #F3BEC1;
}
</style>
background-color css
<style>
a { background-color: #F3BEC1; }
a { background-color: rgb(243,190,193); }
div.DivClassName
{
background-color: #F3BEC1;
}
.BgClassName
{
background-color: #F3BEC1;
}
</style>
border-color css
<style>
span { border-color: #F3BEC1; }
span { border-color: rgb(243,190,193); }
td.TdClassName
{
border-color: #F3BEC1;
}
.TagClassName
{
border-color: #F3BEC1;
}
</style>