Shades of Azalea #FEC1C5
Tints of Azalea #FEC1C5
RGB
CMYK
RGB Variations
Color information
#FEC1C5 (or 0xFEC1C5) is known color: Azalea. HEX triplet: FE, C1 and C5. RGB value is (254,193,197). Sum of RGB (Red+Green+Blue) = 254+193+197=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1C5 is #013E3A. Grayscale: #D3D3D3. Windows color (decimal): -81467 or 12960254. OLE color: 12960254.
HSL color Cylindrical-coordinate representation of color #FEC1C5: hue angle of 356.07º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1C5 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 197 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.00 |
| HSL | 356.07º | 0.97% | 0.88% | - |
| HSV(B) | 356.07º | 0.24% | 1% | - |
| XYZ | 70.02 | 63.24 | 61.34 | - |
| YUV | 211.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 197 | 0 | 0.24 | 0.22 | 0.00 | 356.07 | 0.97 | 0.88 |
| Hex | FE | C1 | C5 | 0 | 18 | 16 | 0 | 164 | 61 | 58 |
| Octal | 376 | 301 | 305 | 0 | 30 | 26 | 0 | 544 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11000101 | 0 | 11000 | 10110 | 0 | 101100100 | 1100001 | 1011000 |
Color Harmonies of #FEC1C5
Complementary color
Monochromatic Colors of #FEC1C5
Black with #FEC1C5
Text Example
Text Example
White with #FEC1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1C5; }
p { color: rgb(254,193,197); }
H1.HeaderClassName
{
color: #FEC1C5;
}
.AnyTagClassName
{
color: #FEC1C5;
}
</style>
background-color css
<style>
a { background-color: #FEC1C5; }
a { background-color: rgb(254,193,197); }
div.DivClassName
{
background-color: #FEC1C5;
}
.BgClassName
{
background-color: #FEC1C5;
}
</style>
border-color css
<style>
span { border-color: #FEC1C5; }
span { border-color: rgb(254,193,197); }
td.TdClassName
{
border-color: #FEC1C5;
}
.TagClassName
{
border-color: #FEC1C5;
}
</style>