Shades of Azalea #FEC3C4
Tints of Azalea #FEC3C4
RGB
CMYK
RGB Variations
Color information
#FEC3C4 (or 0xFEC3C4) is known color: Azalea. HEX triplet: FE, C3 and C4. RGB value is (254,195,196). Sum of RGB (Red+Green+Blue) = 254+195+196=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C4 is #013C3B. Grayscale: #D4D4D4. Windows color (decimal): -80956 or 12895230. OLE color: 12895230.
HSL color Cylindrical-coordinate representation of color #FEC3C4: hue angle of 358.98º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3C4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 196 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.00 |
| HSL | 358.98º | 0.97% | 0.88% | - |
| HSV(B) | 358.98º | 0.23% | 1% | - |
| XYZ | 70.35 | 64.09 | 60.89 | - |
| YUV | 212.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 196 | 0 | 0.23 | 0.23 | 0.00 | 358.98 | 0.97 | 0.88 |
| Hex | FE | C3 | C4 | 0 | 17 | 17 | 0 | 167 | 61 | 58 |
| Octal | 376 | 303 | 304 | 0 | 27 | 27 | 0 | 547 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11000100 | 0 | 10111 | 10111 | 0 | 101100111 | 1100001 | 1011000 |
Color Harmonies of #FEC3C4
Complementary color
Monochromatic Colors of #FEC3C4
Black with #FEC3C4
Text Example
Text Example
White with #FEC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3C4; }
p { color: rgb(254,195,196); }
H1.HeaderClassName
{
color: #FEC3C4;
}
.AnyTagClassName
{
color: #FEC3C4;
}
</style>
background-color css
<style>
a { background-color: #FEC3C4; }
a { background-color: rgb(254,195,196); }
div.DivClassName
{
background-color: #FEC3C4;
}
.BgClassName
{
background-color: #FEC3C4;
}
</style>
border-color css
<style>
span { border-color: #FEC3C4; }
span { border-color: rgb(254,195,196); }
td.TdClassName
{
border-color: #FEC3C4;
}
.TagClassName
{
border-color: #FEC3C4;
}
</style>