Shades of Azalea #FFC2C7
Tints of Azalea #FFC2C7
RGB
CMYK
RGB Variations
Color information
#FFC2C7 (or 0xFFC2C7) is known color: Azalea. HEX triplet: FF, C2 and C7. RGB value is (255,194,199). Sum of RGB (Red+Green+Blue) = 255+194+199=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2C7 is #003D38. Grayscale: #D4D4D4. Windows color (decimal): -15673 or 13091583. OLE color: 13091583.
HSL color Cylindrical-coordinate representation of color #FFC2C7: hue angle of 355.08º 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 #FFC2C7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 199 | - |
| CMYK | 0 | 0.24 | 0.22 | 0 |
| HSL | 355.08º | 1% | 0.88% | - |
| HSV(B) | 355.08º | 0.24% | 1% | - |
| XYZ | 70.84 | 63.97 | 62.65 | - |
| YUV | 212.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 199 | 0 | 0.24 | 0.22 | 0 | 355.08 | 1 | 0.88 |
| Hex | FF | C2 | C7 | 0 | 18 | 16 | 0 | 163 | 64 | 58 |
| Octal | 377 | 302 | 307 | 0 | 30 | 26 | 0 | 543 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11000111 | 0 | 11000 | 10110 | 0 | 101100011 | 1100100 | 1011000 |
Color Harmonies of #FFC2C7
Complementary color
Monochromatic Colors of #FFC2C7
Black with #FFC2C7
Text Example
Text Example
White with #FFC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2C7; }
p { color: rgb(255,194,199); }
H1.HeaderClassName
{
color: #FFC2C7;
}
.AnyTagClassName
{
color: #FFC2C7;
}
</style>
background-color css
<style>
a { background-color: #FFC2C7; }
a { background-color: rgb(255,194,199); }
div.DivClassName
{
background-color: #FFC2C7;
}
.BgClassName
{
background-color: #FFC2C7;
}
</style>
border-color css
<style>
span { border-color: #FFC2C7; }
span { border-color: rgb(255,194,199); }
td.TdClassName
{
border-color: #FFC2C7;
}
.TagClassName
{
border-color: #FFC2C7;
}
</style>