Shades of Azalea #FFC3C5
Tints of Azalea #FFC3C5
RGB
CMYK
RGB Variations
Color information
#FFC3C5 (or 0xFFC3C5) is known color: Azalea. HEX triplet: FF, C3 and C5. RGB value is (255,195,197). Sum of RGB (Red+Green+Blue) = 255+195+197=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C5 is #003C3A. Grayscale: #D5D5D5. Windows color (decimal): -15419 or 12960767. OLE color: 12960767.
HSL color Cylindrical-coordinate representation of color #FFC3C5: hue angle of 358º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC3C5 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 197 | - |
| CMYK | 0 | 0.24 | 0.23 | 0 |
| HSL | 358º | 1% | 0.88% | - |
| HSV(B) | 358º | 0.24% | 1% | - |
| XYZ | 70.83 | 64.32 | 61.51 | - |
| YUV | 213.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 197 | 0 | 0.24 | 0.23 | 0 | 358 | 1 | 0.88 |
| Hex | FF | C3 | C5 | 0 | 18 | 17 | 0 | 166 | 64 | 58 |
| Octal | 377 | 303 | 305 | 0 | 30 | 27 | 0 | 546 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11000101 | 0 | 11000 | 10111 | 0 | 101100110 | 1100100 | 1011000 |
Color Harmonies of #FFC3C5
Complementary color
Monochromatic Colors of #FFC3C5
Black with #FFC3C5
Text Example
Text Example
White with #FFC3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3C5; }
p { color: rgb(255,195,197); }
H1.HeaderClassName
{
color: #FFC3C5;
}
.AnyTagClassName
{
color: #FFC3C5;
}
</style>
background-color css
<style>
a { background-color: #FFC3C5; }
a { background-color: rgb(255,195,197); }
div.DivClassName
{
background-color: #FFC3C5;
}
.BgClassName
{
background-color: #FFC3C5;
}
</style>
border-color css
<style>
span { border-color: #FFC3C5; }
span { border-color: rgb(255,195,197); }
td.TdClassName
{
border-color: #FFC3C5;
}
.TagClassName
{
border-color: #FFC3C5;
}
</style>