Shades of Azalea #FFC4C5
Tints of Azalea #FFC4C5
RGB
CMYK
RGB Variations
Color information
#FFC4C5 (or 0xFFC4C5) is known color: Azalea. HEX triplet: FF, C4 and C5. RGB value is (255,196,197). Sum of RGB (Red+Green+Blue) = 255+196+197=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4C5 is #003B3A. Grayscale: #D5D5D5. Windows color (decimal): -15163 or 12961023. OLE color: 12961023.
HSL color Cylindrical-coordinate representation of color #FFC4C5: hue angle of 358.98º 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 #FFC4C5 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 197 | - |
| CMYK | 0 | 0.23 | 0.23 | 0 |
| HSL | 358.98º | 1% | 0.88% | - |
| HSV(B) | 358.98º | 0.23% | 1% | - |
| XYZ | 71.06 | 64.77 | 61.58 | - |
| YUV | 213.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 197 | 0 | 0.23 | 0.23 | 0 | 358.98 | 1 | 0.88 |
| Hex | FF | C4 | C5 | 0 | 17 | 17 | 0 | 167 | 64 | 58 |
| Octal | 377 | 304 | 305 | 0 | 27 | 27 | 0 | 547 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11000101 | 0 | 10111 | 10111 | 0 | 101100111 | 1100100 | 1011000 |
Color Harmonies of #FFC4C5
Complementary color
Monochromatic Colors of #FFC4C5
Black with #FFC4C5
Text Example
Text Example
White with #FFC4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4C5; }
p { color: rgb(255,196,197); }
H1.HeaderClassName
{
color: #FFC4C5;
}
.AnyTagClassName
{
color: #FFC4C5;
}
</style>
background-color css
<style>
a { background-color: #FFC4C5; }
a { background-color: rgb(255,196,197); }
div.DivClassName
{
background-color: #FFC4C5;
}
.BgClassName
{
background-color: #FFC4C5;
}
</style>
border-color css
<style>
span { border-color: #FFC4C5; }
span { border-color: rgb(255,196,197); }
td.TdClassName
{
border-color: #FFC4C5;
}
.TagClassName
{
border-color: #FFC4C5;
}
</style>