Shades of Azalea #F4C0C4
Tints of Azalea #F4C0C4
RGB
CMYK
RGB Variations
Color information
#F4C0C4 (or 0xF4C0C4) is known color: Azalea. HEX triplet: F4, C0 and C4. RGB value is (244,192,196). Sum of RGB (Red+Green+Blue) = 244+192+196=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0C4 is #0B3F3B. Grayscale: #D0D0D0. Windows color (decimal): -737084 or 12894452. OLE color: 12894452.
HSL color Cylindrical-coordinate representation of color #F4C0C4: hue angle of 355.38º 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 #F4C0C4 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 196 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.04 |
| HSL | 355.38º | 0.7% | 0.85% | - |
| HSV(B) | 355.38º | 0.21% | 0.96% | - |
| XYZ | 66.12 | 60.92 | 60.5 | - |
| YUV | 208 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 196 | 0 | 0.21 | 0.20 | 0.04 | 355.38 | 0.7 | 0.85 |
| Hex | F4 | C0 | C4 | 0 | 15 | 14 | 4 | 163 | 46 | 55 |
| Octal | 364 | 300 | 304 | 0 | 25 | 24 | 4 | 543 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11000100 | 0 | 10101 | 10100 | 100 | 101100011 | 1000110 | 1010101 |
Color Harmonies of #F4C0C4
Complementary color
Monochromatic Colors of #F4C0C4
Black with #F4C0C4
Text Example
Text Example
White with #F4C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0C4; }
p { color: rgb(244,192,196); }
H1.HeaderClassName
{
color: #F4C0C4;
}
.AnyTagClassName
{
color: #F4C0C4;
}
</style>
background-color css
<style>
a { background-color: #F4C0C4; }
a { background-color: rgb(244,192,196); }
div.DivClassName
{
background-color: #F4C0C4;
}
.BgClassName
{
background-color: #F4C0C4;
}
</style>
border-color css
<style>
span { border-color: #F4C0C4; }
span { border-color: rgb(244,192,196); }
td.TdClassName
{
border-color: #F4C0C4;
}
.TagClassName
{
border-color: #F4C0C4;
}
</style>