Shades of Azalea #FFC0C5
Tints of Azalea #FFC0C5
RGB
CMYK
RGB Variations
Color information
#FFC0C5 (or 0xFFC0C5) is known color: Azalea. HEX triplet: FF, C0 and C5. RGB value is (255,192,197). Sum of RGB (Red+Green+Blue) = 255+192+197=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C5 is #003F3A. Grayscale: #D3D3D3. Windows color (decimal): -16187 or 12959999. OLE color: 12959999.
HSL color Cylindrical-coordinate representation of color #FFC0C5: hue angle of 355.24º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0C5 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 197 | - |
| CMYK | 0 | 0.25 | 0.23 | 0 |
| HSL | 355.24º | 1% | 0.88% | - |
| HSV(B) | 355.24º | 0.25% | 1% | - |
| XYZ | 70.17 | 62.99 | 61.28 | - |
| YUV | 211.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 197 | 0 | 0.25 | 0.23 | 0 | 355.24 | 1 | 0.88 |
| Hex | FF | C0 | C5 | 0 | 19 | 17 | 0 | 163 | 64 | 58 |
| Octal | 377 | 300 | 305 | 0 | 31 | 27 | 0 | 543 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11000101 | 0 | 11001 | 10111 | 0 | 101100011 | 1100100 | 1011000 |
Color Harmonies of #FFC0C5
Complementary color
Monochromatic Colors of #FFC0C5
Black with #FFC0C5
Text Example
Text Example
White with #FFC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0C5; }
p { color: rgb(255,192,197); }
H1.HeaderClassName
{
color: #FFC0C5;
}
.AnyTagClassName
{
color: #FFC0C5;
}
</style>
background-color css
<style>
a { background-color: #FFC0C5; }
a { background-color: rgb(255,192,197); }
div.DivClassName
{
background-color: #FFC0C5;
}
.BgClassName
{
background-color: #FFC0C5;
}
</style>
border-color css
<style>
span { border-color: #FFC0C5; }
span { border-color: rgb(255,192,197); }
td.TdClassName
{
border-color: #FFC0C5;
}
.TagClassName
{
border-color: #FFC0C5;
}
</style>