Shades of Azalea #F3C1C9
Tints of Azalea #F3C1C9
RGB
CMYK
RGB Variations
Color information
#F3C1C9 (or 0xF3C1C9) is known color: Azalea. HEX triplet: F3, C1 and C9. RGB value is (243,193,201). Sum of RGB (Red+Green+Blue) = 243+193+201=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1C9 is #0C3E36. Grayscale: #D0D0D0. Windows color (decimal): -802359 or 13222387. OLE color: 13222387.
HSL color Cylindrical-coordinate representation of color #F3C1C9: hue angle of 350.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1C9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 201 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 350.4º | 0.68% | 0.85% | - |
| HSV(B) | 350.4º | 0.21% | 0.95% | - |
| XYZ | 66.57 | 61.41 | 63.6 | - |
| YUV | 208.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 201 | 0 | 0.21 | 0.17 | 0.05 | 350.4 | 0.68 | 0.85 |
| Hex | F3 | C1 | C9 | 0 | 15 | 11 | 5 | 15E | 44 | 55 |
| Octal | 363 | 301 | 311 | 0 | 25 | 21 | 5 | 536 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11001001 | 0 | 10101 | 10001 | 101 | 101011110 | 1000100 | 1010101 |
Color Harmonies of #F3C1C9
Complementary color
Monochromatic Colors of #F3C1C9
Black with #F3C1C9
Text Example
Text Example
White with #F3C1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1C9; }
p { color: rgb(243,193,201); }
H1.HeaderClassName
{
color: #F3C1C9;
}
.AnyTagClassName
{
color: #F3C1C9;
}
</style>
background-color css
<style>
a { background-color: #F3C1C9; }
a { background-color: rgb(243,193,201); }
div.DivClassName
{
background-color: #F3C1C9;
}
.BgClassName
{
background-color: #F3C1C9;
}
</style>
border-color css
<style>
span { border-color: #F3C1C9; }
span { border-color: rgb(243,193,201); }
td.TdClassName
{
border-color: #F3C1C9;
}
.TagClassName
{
border-color: #F3C1C9;
}
</style>