Shades of Azalea #F3BEC5
Tints of Azalea #F3BEC5
RGB
CMYK
RGB Variations
Color information
#F3BEC5 (or 0xF3BEC5) is known color: Azalea. HEX triplet: F3, BE and C5. RGB value is (243,190,197). Sum of RGB (Red+Green+Blue) = 243+190+197=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEC5 is #0C413A. Grayscale: #CECECE. Windows color (decimal): -803131 or 12959475. OLE color: 12959475.
HSL color Cylindrical-coordinate representation of color #F3BEC5: hue angle of 352.08º 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 #F3BEC5 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 197 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.05 |
| HSL | 352.08º | 0.69% | 0.85% | - |
| HSV(B) | 352.08º | 0.22% | 0.95% | - |
| XYZ | 65.45 | 59.91 | 60.94 | - |
| YUV | 206.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 197 | 0 | 0.22 | 0.19 | 0.05 | 352.08 | 0.69 | 0.85 |
| Hex | F3 | BE | C5 | 0 | 16 | 13 | 5 | 160 | 45 | 55 |
| Octal | 363 | 276 | 305 | 0 | 26 | 23 | 5 | 540 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11000101 | 0 | 10110 | 10011 | 101 | 101100000 | 1000101 | 1010101 |
Color Harmonies of #F3BEC5
Complementary color
Monochromatic Colors of #F3BEC5
Black with #F3BEC5
Text Example
Text Example
White with #F3BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEC5; }
p { color: rgb(243,190,197); }
H1.HeaderClassName
{
color: #F3BEC5;
}
.AnyTagClassName
{
color: #F3BEC5;
}
</style>
background-color css
<style>
a { background-color: #F3BEC5; }
a { background-color: rgb(243,190,197); }
div.DivClassName
{
background-color: #F3BEC5;
}
.BgClassName
{
background-color: #F3BEC5;
}
</style>
border-color css
<style>
span { border-color: #F3BEC5; }
span { border-color: rgb(243,190,197); }
td.TdClassName
{
border-color: #F3BEC5;
}
.TagClassName
{
border-color: #F3BEC5;
}
</style>