Shades of Azalea #FECACB
Tints of Azalea #FECACB
RGB
CMYK
RGB Variations
Color information
#FECACB (or 0xFECACB) is known color: Azalea. HEX triplet: FE, CA and CB. RGB value is (254,202,203). Sum of RGB (Red+Green+Blue) = 254+202+203=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACB is #013534. Grayscale: #D9D9D9. Windows color (decimal): -79157 or 13355774. OLE color: 13355774.
HSL color Cylindrical-coordinate representation of color #FECACB: hue angle of 358.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECACB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 203 | - |
CMYK | 0 | 0.20 | 0.20 | 0.00 |
HSL | 358.85º | 0.96% | 0.89% | - |
HSV(B) | 358.85º | 0.2% | 1% | - |
XYZ | 72.77 | 67.62 | 65.72 | - |
YUV | 217.66 | 119.73 | 153.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 203 | 0 | 0.20 | 0.20 | 0.00 | 358.85 | 0.96 | 0.89 |
Hex | FE | CA | CB | 0 | 14 | 14 | 0 | 167 | 60 | 59 |
Octal | 376 | 312 | 313 | 0 | 24 | 24 | 0 | 547 | 140 | 131 |
Binary | 11111110 | 11001010 | 11001011 | 0 | 10100 | 10100 | 0 | 101100111 | 1100000 | 1011001 |
Color Harmonies of #FECACB
Complementary color
Monochromatic Colors of #FECACB
Black with #FECACB
Text Example
Text Example
White with #FECACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECACB; }
p { color: rgb(254,202,203); }
H1.HeaderClassName
{
color: #FECACB;
}
.AnyTagClassName
{
color: #FECACB;
}
</style>
background-color css
<style>
a { background-color: #FECACB; }
a { background-color: rgb(254,202,203); }
div.DivClassName
{
background-color: #FECACB;
}
.BgClassName
{
background-color: #FECACB;
}
</style>
border-color css
<style>
span { border-color: #FECACB; }
span { border-color: rgb(254,202,203); }
td.TdClassName
{
border-color: #FECACB;
}
.TagClassName
{
border-color: #FECACB;
}
</style>