Shades of Azalea #F4C0C2
Tints of Azalea #F4C0C2
RGB
CMYK
RGB Variations
Color information
#F4C0C2 (or 0xF4C0C2) is known color: Azalea. HEX triplet: F4, C0 and C2. RGB value is (244,192,194). Sum of RGB (Red+Green+Blue) = 244+192+194=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0C2 is #0B3F3D. Grayscale: #CFCFCF. Windows color (decimal): -737086 or 12763380. OLE color: 12763380.
HSL color Cylindrical-coordinate representation of color #F4C0C2: hue angle of 357.69º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0C2 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 194 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.04 |
| HSL | 357.69º | 0.7% | 0.85% | - |
| HSV(B) | 357.69º | 0.21% | 0.96% | - |
| XYZ | 65.9 | 60.83 | 59.31 | - |
| YUV | 207.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 194 | 0 | 0.21 | 0.20 | 0.04 | 357.69 | 0.7 | 0.85 |
| Hex | F4 | C0 | C2 | 0 | 15 | 14 | 4 | 166 | 46 | 55 |
| Octal | 364 | 300 | 302 | 0 | 25 | 24 | 4 | 546 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11000010 | 0 | 10101 | 10100 | 100 | 101100110 | 1000110 | 1010101 |
Color Harmonies of #F4C0C2
Complementary color
Monochromatic Colors of #F4C0C2
Black with #F4C0C2
Text Example
Text Example
White with #F4C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0C2; }
p { color: rgb(244,192,194); }
H1.HeaderClassName
{
color: #F4C0C2;
}
.AnyTagClassName
{
color: #F4C0C2;
}
</style>
background-color css
<style>
a { background-color: #F4C0C2; }
a { background-color: rgb(244,192,194); }
div.DivClassName
{
background-color: #F4C0C2;
}
.BgClassName
{
background-color: #F4C0C2;
}
</style>
border-color css
<style>
span { border-color: #F4C0C2; }
span { border-color: rgb(244,192,194); }
td.TdClassName
{
border-color: #F4C0C2;
}
.TagClassName
{
border-color: #F4C0C2;
}
</style>