Shades of Azalea #F3C3C6
Tints of Azalea #F3C3C6
RGB
CMYK
RGB Variations
Color information
#F3C3C6 (or 0xF3C3C6) is known color: Azalea. HEX triplet: F3, C3 and C6. RGB value is (243,195,198). Sum of RGB (Red+Green+Blue) = 243+195+198=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3C6 is #0C3C39. Grayscale: #D1D1D1. Windows color (decimal): -801850 or 13026291. OLE color: 13026291.
HSL color Cylindrical-coordinate representation of color #F3C3C6: hue angle of 356.25º 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 #F3C3C6 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 198 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.05 |
| HSL | 356.25º | 0.67% | 0.86% | - |
| HSV(B) | 356.25º | 0.2% | 0.95% | - |
| XYZ | 66.67 | 62.16 | 61.91 | - |
| YUV | 209.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 198 | 0 | 0.20 | 0.19 | 0.05 | 356.25 | 0.67 | 0.86 |
| Hex | F3 | C3 | C6 | 0 | 14 | 13 | 5 | 164 | 43 | 56 |
| Octal | 363 | 303 | 306 | 0 | 24 | 23 | 5 | 544 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11000110 | 0 | 10100 | 10011 | 101 | 101100100 | 1000011 | 1010110 |
Color Harmonies of #F3C3C6
Complementary color
Monochromatic Colors of #F3C3C6
Black with #F3C3C6
Text Example
Text Example
White with #F3C3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3C6; }
p { color: rgb(243,195,198); }
H1.HeaderClassName
{
color: #F3C3C6;
}
.AnyTagClassName
{
color: #F3C3C6;
}
</style>
background-color css
<style>
a { background-color: #F3C3C6; }
a { background-color: rgb(243,195,198); }
div.DivClassName
{
background-color: #F3C3C6;
}
.BgClassName
{
background-color: #F3C3C6;
}
</style>
border-color css
<style>
span { border-color: #F3C3C6; }
span { border-color: rgb(243,195,198); }
td.TdClassName
{
border-color: #F3C3C6;
}
.TagClassName
{
border-color: #F3C3C6;
}
</style>