Shades of Azalea #F3C9CC
Tints of Azalea #F3C9CC
RGB
CMYK
RGB Variations
Color information
#F3C9CC (or 0xF3C9CC) is known color: Azalea. HEX triplet: F3, C9 and CC. RGB value is (243,201,204). Sum of RGB (Red+Green+Blue) = 243+201+204=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9CC is #0C3633. Grayscale: #D5D5D5. Windows color (decimal): -800308 or 13421043. OLE color: 13421043.
HSL color Cylindrical-coordinate representation of color #F3C9CC: hue angle of 355.71º 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 #F3C9CC is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 204 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.05 |
| HSL | 355.71º | 0.64% | 0.87% | - |
| HSV(B) | 355.71º | 0.17% | 0.95% | - |
| XYZ | 68.75 | 65.19 | 66.09 | - |
| YUV | 213.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 204 | 0 | 0.17 | 0.16 | 0.05 | 355.71 | 0.64 | 0.87 |
| Hex | F3 | C9 | CC | 0 | 11 | 10 | 5 | 164 | 40 | 57 |
| Octal | 363 | 311 | 314 | 0 | 21 | 20 | 5 | 544 | 100 | 127 |
| Binary | 11110011 | 11001001 | 11001100 | 0 | 10001 | 10000 | 101 | 101100100 | 1000000 | 1010111 |
Color Harmonies of #F3C9CC
Complementary color
Monochromatic Colors of #F3C9CC
Black with #F3C9CC
Text Example
Text Example
White with #F3C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9CC; }
p { color: rgb(243,201,204); }
H1.HeaderClassName
{
color: #F3C9CC;
}
.AnyTagClassName
{
color: #F3C9CC;
}
</style>
background-color css
<style>
a { background-color: #F3C9CC; }
a { background-color: rgb(243,201,204); }
div.DivClassName
{
background-color: #F3C9CC;
}
.BgClassName
{
background-color: #F3C9CC;
}
</style>
border-color css
<style>
span { border-color: #F3C9CC; }
span { border-color: rgb(243,201,204); }
td.TdClassName
{
border-color: #F3C9CC;
}
.TagClassName
{
border-color: #F3C9CC;
}
</style>