Shades of Azalea #FFC0C2
Tints of Azalea #FFC0C2
RGB
CMYK
RGB Variations
Color information
#FFC0C2 (or 0xFFC0C2) is known color: Azalea. HEX triplet: FF, C0 and C2. RGB value is (255,192,194). Sum of RGB (Red+Green+Blue) = 255+192+194=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C2 is #003F3D. Grayscale: #D3D3D3. Windows color (decimal): -16190 or 12763391. OLE color: 12763391.
HSL color Cylindrical-coordinate representation of color #FFC0C2: hue angle of 358.1º 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 #FFC0C2 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 194 | - |
| CMYK | 0 | 0.25 | 0.24 | 0 |
| HSL | 358.1º | 1% | 0.88% | - |
| HSV(B) | 358.1º | 0.25% | 1% | - |
| XYZ | 69.83 | 62.85 | 59.49 | - |
| YUV | 211.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 194 | 0 | 0.25 | 0.24 | 0 | 358.1 | 1 | 0.88 |
| Hex | FF | C0 | C2 | 0 | 19 | 18 | 0 | 166 | 64 | 58 |
| Octal | 377 | 300 | 302 | 0 | 31 | 30 | 0 | 546 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11000010 | 0 | 11001 | 11000 | 0 | 101100110 | 1100100 | 1011000 |
Color Harmonies of #FFC0C2
Complementary color
Monochromatic Colors of #FFC0C2
Black with #FFC0C2
Text Example
Text Example
White with #FFC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0C2; }
p { color: rgb(255,192,194); }
H1.HeaderClassName
{
color: #FFC0C2;
}
.AnyTagClassName
{
color: #FFC0C2;
}
</style>
background-color css
<style>
a { background-color: #FFC0C2; }
a { background-color: rgb(255,192,194); }
div.DivClassName
{
background-color: #FFC0C2;
}
.BgClassName
{
background-color: #FFC0C2;
}
</style>
border-color css
<style>
span { border-color: #FFC0C2; }
span { border-color: rgb(255,192,194); }
td.TdClassName
{
border-color: #FFC0C2;
}
.TagClassName
{
border-color: #FFC0C2;
}
</style>