Shades of Azalea #F7C6CB
Tints of Azalea #F7C6CB
RGB
CMYK
RGB Variations
Color information
#F7C6CB (or 0xF7C6CB) is known color: Azalea. HEX triplet: F7, C6 and CB. RGB value is (247,198,203). Sum of RGB (Red+Green+Blue) = 247+198+203=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6CB is #083934. Grayscale: #D5D5D5. Windows color (decimal): -538933 or 13354743. OLE color: 13354743.
HSL color Cylindrical-coordinate representation of color #F7C6CB: hue angle of 353.88º 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 #F7C6CB is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 203 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.03 |
| HSL | 353.88º | 0.75% | 0.87% | - |
| HSV(B) | 353.88º | 0.2% | 0.97% | - |
| XYZ | 69.33 | 64.47 | 65.29 | - |
| YUV | 213.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 203 | 0 | 0.20 | 0.18 | 0.03 | 353.88 | 0.75 | 0.87 |
| Hex | F7 | C6 | CB | 0 | 14 | 12 | 3 | 162 | 4B | 57 |
| Octal | 367 | 306 | 313 | 0 | 24 | 22 | 3 | 542 | 113 | 127 |
| Binary | 11110111 | 11000110 | 11001011 | 0 | 10100 | 10010 | 11 | 101100010 | 1001011 | 1010111 |
Color Harmonies of #F7C6CB
Complementary color
Monochromatic Colors of #F7C6CB
Black with #F7C6CB
Text Example
Text Example
White with #F7C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6CB; }
p { color: rgb(247,198,203); }
H1.HeaderClassName
{
color: #F7C6CB;
}
.AnyTagClassName
{
color: #F7C6CB;
}
</style>
background-color css
<style>
a { background-color: #F7C6CB; }
a { background-color: rgb(247,198,203); }
div.DivClassName
{
background-color: #F7C6CB;
}
.BgClassName
{
background-color: #F7C6CB;
}
</style>
border-color css
<style>
span { border-color: #F7C6CB; }
span { border-color: rgb(247,198,203); }
td.TdClassName
{
border-color: #F7C6CB;
}
.TagClassName
{
border-color: #F7C6CB;
}
</style>