Shades of Azalea #F3C9CE
Tints of Azalea #F3C9CE
RGB
CMYK
RGB Variations
Color information
#F3C9CE (or 0xF3C9CE) is known color: Azalea. HEX triplet: F3, C9 and CE. RGB value is (243,201,206). Sum of RGB (Red+Green+Blue) = 243+201+206=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9CE is #0C3631. Grayscale: #D6D6D6. Windows color (decimal): -800306 or 13552115. OLE color: 13552115.
HSL color Cylindrical-coordinate representation of color #F3C9CE: hue angle of 352.86º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3C9CE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 206 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.05 |
| HSL | 352.86º | 0.64% | 0.87% | - |
| HSV(B) | 352.86º | 0.17% | 0.95% | - |
| XYZ | 68.99 | 65.28 | 67.36 | - |
| YUV | 214.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 206 | 0 | 0.17 | 0.15 | 0.05 | 352.86 | 0.64 | 0.87 |
| Hex | F3 | C9 | CE | 0 | 11 | F | 5 | 161 | 40 | 57 |
| Octal | 363 | 311 | 316 | 0 | 21 | 17 | 5 | 541 | 100 | 127 |
| Binary | 11110011 | 11001001 | 11001110 | 0 | 10001 | 1111 | 101 | 101100001 | 1000000 | 1010111 |
Color Harmonies of #F3C9CE
Complementary color
Monochromatic Colors of #F3C9CE
Black with #F3C9CE
Text Example
Text Example
White with #F3C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9CE; }
p { color: rgb(243,201,206); }
H1.HeaderClassName
{
color: #F3C9CE;
}
.AnyTagClassName
{
color: #F3C9CE;
}
</style>
background-color css
<style>
a { background-color: #F3C9CE; }
a { background-color: rgb(243,201,206); }
div.DivClassName
{
background-color: #F3C9CE;
}
.BgClassName
{
background-color: #F3C9CE;
}
</style>
border-color css
<style>
span { border-color: #F3C9CE; }
span { border-color: rgb(243,201,206); }
td.TdClassName
{
border-color: #F3C9CE;
}
.TagClassName
{
border-color: #F3C9CE;
}
</style>