Shades of Azalea #FFC4C8
Tints of Azalea #FFC4C8
RGB
CMYK
RGB Variations
Color information
#FFC4C8 (or 0xFFC4C8) is known color: Azalea. HEX triplet: FF, C4 and C8. RGB value is (255,196,200). Sum of RGB (Red+Green+Blue) = 255+196+200=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4C8 is #003B37. Grayscale: #D6D6D6. Windows color (decimal): -15160 or 13157631. OLE color: 13157631.
HSL color Cylindrical-coordinate representation of color #FFC4C8: hue angle of 355.93º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4C8 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 200 | - |
| CMYK | 0 | 0.23 | 0.22 | 0 |
| HSL | 355.93º | 1% | 0.88% | - |
| HSV(B) | 355.93º | 0.23% | 1% | - |
| XYZ | 71.41 | 64.91 | 63.41 | - |
| YUV | 214.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 200 | 0 | 0.23 | 0.22 | 0 | 355.93 | 1 | 0.88 |
| Hex | FF | C4 | C8 | 0 | 17 | 16 | 0 | 164 | 64 | 58 |
| Octal | 377 | 304 | 310 | 0 | 27 | 26 | 0 | 544 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11001000 | 0 | 10111 | 10110 | 0 | 101100100 | 1100100 | 1011000 |
Color Harmonies of #FFC4C8
Complementary color
Monochromatic Colors of #FFC4C8
Black with #FFC4C8
Text Example
Text Example
White with #FFC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4C8; }
p { color: rgb(255,196,200); }
H1.HeaderClassName
{
color: #FFC4C8;
}
.AnyTagClassName
{
color: #FFC4C8;
}
</style>
background-color css
<style>
a { background-color: #FFC4C8; }
a { background-color: rgb(255,196,200); }
div.DivClassName
{
background-color: #FFC4C8;
}
.BgClassName
{
background-color: #FFC4C8;
}
</style>
border-color css
<style>
span { border-color: #FFC4C8; }
span { border-color: rgb(255,196,200); }
td.TdClassName
{
border-color: #FFC4C8;
}
.TagClassName
{
border-color: #FFC4C8;
}
</style>