Shades of Azalea #FFC2C4
Tints of Azalea #FFC2C4
RGB
CMYK
RGB Variations
Color information
#FFC2C4 (or 0xFFC2C4) is known color: Azalea. HEX triplet: FF, C2 and C4. RGB value is (255,194,196). Sum of RGB (Red+Green+Blue) = 255+194+196=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2C4 is #003D3B. Grayscale: #D4D4D4. Windows color (decimal): -15676 or 12894975. OLE color: 12894975.
HSL color Cylindrical-coordinate representation of color #FFC2C4: hue angle of 358.03º 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 #FFC2C4 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 196 | - |
| CMYK | 0 | 0.24 | 0.23 | 0 |
| HSL | 358.03º | 1% | 0.88% | - |
| HSV(B) | 358.03º | 0.24% | 1% | - |
| XYZ | 70.5 | 63.83 | 60.83 | - |
| YUV | 212.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 196 | 0 | 0.24 | 0.23 | 0 | 358.03 | 1 | 0.88 |
| Hex | FF | C2 | C4 | 0 | 18 | 17 | 0 | 166 | 64 | 58 |
| Octal | 377 | 302 | 304 | 0 | 30 | 27 | 0 | 546 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11000100 | 0 | 11000 | 10111 | 0 | 101100110 | 1100100 | 1011000 |
Color Harmonies of #FFC2C4
Complementary color
Monochromatic Colors of #FFC2C4
Black with #FFC2C4
Text Example
Text Example
White with #FFC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2C4; }
p { color: rgb(255,194,196); }
H1.HeaderClassName
{
color: #FFC2C4;
}
.AnyTagClassName
{
color: #FFC2C4;
}
</style>
background-color css
<style>
a { background-color: #FFC2C4; }
a { background-color: rgb(255,194,196); }
div.DivClassName
{
background-color: #FFC2C4;
}
.BgClassName
{
background-color: #FFC2C4;
}
</style>
border-color css
<style>
span { border-color: #FFC2C4; }
span { border-color: rgb(255,194,196); }
td.TdClassName
{
border-color: #FFC2C4;
}
.TagClassName
{
border-color: #FFC2C4;
}
</style>