Shades of Azalea #F3C2C9
Tints of Azalea #F3C2C9
RGB
CMYK
RGB Variations
Color information
#F3C2C9 (or 0xF3C2C9) is known color: Azalea. HEX triplet: F3, C2 and C9. RGB value is (243,194,201). Sum of RGB (Red+Green+Blue) = 243+194+201=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2C9 is #0C3D36. Grayscale: #D1D1D1. Windows color (decimal): -802103 or 13222643. OLE color: 13222643.
HSL color Cylindrical-coordinate representation of color #F3C2C9: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2C9 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 201 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.05 |
| HSL | 351.43º | 0.67% | 0.86% | - |
| HSV(B) | 351.43º | 0.2% | 0.95% | - |
| XYZ | 66.8 | 61.86 | 63.68 | - |
| YUV | 209.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 201 | 0 | 0.20 | 0.17 | 0.05 | 351.43 | 0.67 | 0.86 |
| Hex | F3 | C2 | C9 | 0 | 14 | 11 | 5 | 15F | 43 | 56 |
| Octal | 363 | 302 | 311 | 0 | 24 | 21 | 5 | 537 | 103 | 126 |
| Binary | 11110011 | 11000010 | 11001001 | 0 | 10100 | 10001 | 101 | 101011111 | 1000011 | 1010110 |
Color Harmonies of #F3C2C9
Complementary color
Monochromatic Colors of #F3C2C9
Black with #F3C2C9
Text Example
Text Example
White with #F3C2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2C9; }
p { color: rgb(243,194,201); }
H1.HeaderClassName
{
color: #F3C2C9;
}
.AnyTagClassName
{
color: #F3C2C9;
}
</style>
background-color css
<style>
a { background-color: #F3C2C9; }
a { background-color: rgb(243,194,201); }
div.DivClassName
{
background-color: #F3C2C9;
}
.BgClassName
{
background-color: #F3C2C9;
}
</style>
border-color css
<style>
span { border-color: #F3C2C9; }
span { border-color: rgb(243,194,201); }
td.TdClassName
{
border-color: #F3C2C9;
}
.TagClassName
{
border-color: #F3C2C9;
}
</style>