Shades of Azalea #F7C6CA
Tints of Azalea #F7C6CA
RGB
CMYK
RGB Variations
Color information
#F7C6CA (or 0xF7C6CA) is known color: Azalea. HEX triplet: F7, C6 and CA. RGB value is (247,198,202). Sum of RGB (Red+Green+Blue) = 247+198+202=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6CA is #083935. Grayscale: #D5D5D5. Windows color (decimal): -538934 or 13289207. OLE color: 13289207.
HSL color Cylindrical-coordinate representation of color #F7C6CA: hue angle of 355.1º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C6CA is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 202 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.03 |
| HSL | 355.1º | 0.75% | 0.87% | - |
| HSV(B) | 355.1º | 0.2% | 0.97% | - |
| XYZ | 69.21 | 64.43 | 64.66 | - |
| YUV | 213.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 202 | 0 | 0.20 | 0.18 | 0.03 | 355.1 | 0.75 | 0.87 |
| Hex | F7 | C6 | CA | 0 | 14 | 12 | 3 | 163 | 4B | 57 |
| Octal | 367 | 306 | 312 | 0 | 24 | 22 | 3 | 543 | 113 | 127 |
| Binary | 11110111 | 11000110 | 11001010 | 0 | 10100 | 10010 | 11 | 101100011 | 1001011 | 1010111 |
Color Harmonies of #F7C6CA
Complementary color
Monochromatic Colors of #F7C6CA
Black with #F7C6CA
Text Example
Text Example
White with #F7C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6CA; }
p { color: rgb(247,198,202); }
H1.HeaderClassName
{
color: #F7C6CA;
}
.AnyTagClassName
{
color: #F7C6CA;
}
</style>
background-color css
<style>
a { background-color: #F7C6CA; }
a { background-color: rgb(247,198,202); }
div.DivClassName
{
background-color: #F7C6CA;
}
.BgClassName
{
background-color: #F7C6CA;
}
</style>
border-color css
<style>
span { border-color: #F7C6CA; }
span { border-color: rgb(247,198,202); }
td.TdClassName
{
border-color: #F7C6CA;
}
.TagClassName
{
border-color: #F7C6CA;
}
</style>