Shades of Azalea #FFC0C1
Tints of Azalea #FFC0C1
RGB
CMYK
RGB Variations
Color information
#FFC0C1 (or 0xFFC0C1) is known color: Azalea. HEX triplet: FF, C0 and C1. RGB value is (255,192,193). Sum of RGB (Red+Green+Blue) = 255+192+193=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C1 is #003F3E. Grayscale: #D3D3D3. Windows color (decimal): -16191 or 12697855. OLE color: 12697855.
HSL color Cylindrical-coordinate representation of color #FFC0C1: hue angle of 359.05º 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 #FFC0C1 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 193 | - |
| CMYK | 0 | 0.25 | 0.24 | 0 |
| HSL | 359.05º | 1% | 0.88% | - |
| HSV(B) | 359.05º | 0.25% | 1% | - |
| XYZ | 69.72 | 62.81 | 58.9 | - |
| YUV | 210.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 193 | 0 | 0.25 | 0.24 | 0 | 359.05 | 1 | 0.88 |
| Hex | FF | C0 | C1 | 0 | 19 | 18 | 0 | 167 | 64 | 58 |
| Octal | 377 | 300 | 301 | 0 | 31 | 30 | 0 | 547 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11000001 | 0 | 11001 | 11000 | 0 | 101100111 | 1100100 | 1011000 |
Color Harmonies of #FFC0C1
Complementary color
Monochromatic Colors of #FFC0C1
Black with #FFC0C1
Text Example
Text Example
White with #FFC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0C1; }
p { color: rgb(255,192,193); }
H1.HeaderClassName
{
color: #FFC0C1;
}
.AnyTagClassName
{
color: #FFC0C1;
}
</style>
background-color css
<style>
a { background-color: #FFC0C1; }
a { background-color: rgb(255,192,193); }
div.DivClassName
{
background-color: #FFC0C1;
}
.BgClassName
{
background-color: #FFC0C1;
}
</style>
border-color css
<style>
span { border-color: #FFC0C1; }
span { border-color: rgb(255,192,193); }
td.TdClassName
{
border-color: #FFC0C1;
}
.TagClassName
{
border-color: #FFC0C1;
}
</style>