Shades of Azalea #F3BEBF
Tints of Azalea #F3BEBF
RGB
CMYK
RGB Variations
Color information
#F3BEBF (or 0xF3BEBF) is known color: Azalea. HEX triplet: F3, BE and BF. RGB value is (243,190,191). Sum of RGB (Red+Green+Blue) = 243+190+191=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEBF is #0C4140. Grayscale: #CECECE. Windows color (decimal): -803137 or 12566259. OLE color: 12566259.
HSL color Cylindrical-coordinate representation of color #F3BEBF: hue angle of 358.87º 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 #F3BEBF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 191 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.05 |
| HSL | 358.87º | 0.69% | 0.85% | - |
| HSV(B) | 358.87º | 0.22% | 0.95% | - |
| XYZ | 64.78 | 59.64 | 57.39 | - |
| YUV | 205.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 191 | 0 | 0.22 | 0.21 | 0.05 | 358.87 | 0.69 | 0.85 |
| Hex | F3 | BE | BF | 0 | 16 | 15 | 5 | 167 | 45 | 55 |
| Octal | 363 | 276 | 277 | 0 | 26 | 25 | 5 | 547 | 105 | 125 |
| Binary | 11110011 | 10111110 | 10111111 | 0 | 10110 | 10101 | 101 | 101100111 | 1000101 | 1010101 |
Color Harmonies of #F3BEBF
Complementary color
Monochromatic Colors of #F3BEBF
Black with #F3BEBF
Text Example
Text Example
White with #F3BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEBF; }
p { color: rgb(243,190,191); }
H1.HeaderClassName
{
color: #F3BEBF;
}
.AnyTagClassName
{
color: #F3BEBF;
}
</style>
background-color css
<style>
a { background-color: #F3BEBF; }
a { background-color: rgb(243,190,191); }
div.DivClassName
{
background-color: #F3BEBF;
}
.BgClassName
{
background-color: #F3BEBF;
}
</style>
border-color css
<style>
span { border-color: #F3BEBF; }
span { border-color: rgb(243,190,191); }
td.TdClassName
{
border-color: #F3BEBF;
}
.TagClassName
{
border-color: #F3BEBF;
}
</style>