Shades of Azalea #F3BEC2
Tints of Azalea #F3BEC2
RGB
CMYK
RGB Variations
Color information
#F3BEC2 (or 0xF3BEC2) is known color: Azalea. HEX triplet: F3, BE and C2. RGB value is (243,190,194). Sum of RGB (Red+Green+Blue) = 243+190+194=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEC2 is #0C413D. Grayscale: #CECECE. Windows color (decimal): -803134 or 12762867. OLE color: 12762867.
HSL color Cylindrical-coordinate representation of color #F3BEC2: hue angle of 355.47º 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 #F3BEC2 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 194 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.05 |
| HSL | 355.47º | 0.69% | 0.85% | - |
| HSV(B) | 355.47º | 0.22% | 0.95% | - |
| XYZ | 65.11 | 59.78 | 59.15 | - |
| YUV | 206.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 194 | 0 | 0.22 | 0.20 | 0.05 | 355.47 | 0.69 | 0.85 |
| Hex | F3 | BE | C2 | 0 | 16 | 14 | 5 | 163 | 45 | 55 |
| Octal | 363 | 276 | 302 | 0 | 26 | 24 | 5 | 543 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11000010 | 0 | 10110 | 10100 | 101 | 101100011 | 1000101 | 1010101 |
Color Harmonies of #F3BEC2
Complementary color
Monochromatic Colors of #F3BEC2
Black with #F3BEC2
Text Example
Text Example
White with #F3BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEC2; }
p { color: rgb(243,190,194); }
H1.HeaderClassName
{
color: #F3BEC2;
}
.AnyTagClassName
{
color: #F3BEC2;
}
</style>
background-color css
<style>
a { background-color: #F3BEC2; }
a { background-color: rgb(243,190,194); }
div.DivClassName
{
background-color: #F3BEC2;
}
.BgClassName
{
background-color: #F3BEC2;
}
</style>
border-color css
<style>
span { border-color: #F3BEC2; }
span { border-color: rgb(243,190,194); }
td.TdClassName
{
border-color: #F3BEC2;
}
.TagClassName
{
border-color: #F3BEC2;
}
</style>