Shades of Azalea #F3C9CB
Tints of Azalea #F3C9CB
RGB
CMYK
RGB Variations
Color information
#F3C9CB (or 0xF3C9CB) is known color: Azalea. HEX triplet: F3, C9 and CB. RGB value is (243,201,203). Sum of RGB (Red+Green+Blue) = 243+201+203=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9CB is #0C3634. Grayscale: #D5D5D5. Windows color (decimal): -800309 or 13355507. OLE color: 13355507.
HSL color Cylindrical-coordinate representation of color #F3C9CB: hue angle of 357.14º 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 #F3C9CB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 203 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.05 |
| HSL | 357.14º | 0.64% | 0.87% | - |
| HSV(B) | 357.14º | 0.17% | 0.95% | - |
| XYZ | 68.63 | 65.14 | 65.46 | - |
| YUV | 213.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 203 | 0 | 0.17 | 0.16 | 0.05 | 357.14 | 0.64 | 0.87 |
| Hex | F3 | C9 | CB | 0 | 11 | 10 | 5 | 165 | 40 | 57 |
| Octal | 363 | 311 | 313 | 0 | 21 | 20 | 5 | 545 | 100 | 127 |
| Binary | 11110011 | 11001001 | 11001011 | 0 | 10001 | 10000 | 101 | 101100101 | 1000000 | 1010111 |
Color Harmonies of #F3C9CB
Complementary color
Monochromatic Colors of #F3C9CB
Black with #F3C9CB
Text Example
Text Example
White with #F3C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9CB; }
p { color: rgb(243,201,203); }
H1.HeaderClassName
{
color: #F3C9CB;
}
.AnyTagClassName
{
color: #F3C9CB;
}
</style>
background-color css
<style>
a { background-color: #F3C9CB; }
a { background-color: rgb(243,201,203); }
div.DivClassName
{
background-color: #F3C9CB;
}
.BgClassName
{
background-color: #F3C9CB;
}
</style>
border-color css
<style>
span { border-color: #F3C9CB; }
span { border-color: rgb(243,201,203); }
td.TdClassName
{
border-color: #F3C9CB;
}
.TagClassName
{
border-color: #F3C9CB;
}
</style>