Shades of Apricot #FECAB3
Tints of Apricot #FECAB3
RGB
CMYK
RGB Variations
Color information
#FECAB3 (or 0xFECAB3) is known color: Apricot. HEX triplet: FE, CA and B3. RGB value is (254,202,179). Sum of RGB (Red+Green+Blue) = 254+202+179=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAB3 is #01354C. Grayscale: #D7D7D7. Windows color (decimal): -79181 or 11782910. OLE color: 11782910.
HSL color Cylindrical-coordinate representation of color #FECAB3: hue angle of 18.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECAB3 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 179 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.00 |
| HSL | 18.4º | 0.97% | 0.85% | - |
| HSV(B) | 18.4º | 0.3% | 1% | - |
| XYZ | 70.13 | 66.57 | 51.8 | - |
| YUV | 214.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 179 | 0 | 0.20 | 0.30 | 0.00 | 18.4 | 0.97 | 0.85 |
| Hex | FE | CA | B3 | 0 | 14 | 1E | 0 | 12 | 61 | 55 |
| Octal | 376 | 312 | 263 | 0 | 24 | 36 | 0 | 22 | 141 | 125 |
| Binary | 11111110 | 11001010 | 10110011 | 0 | 10100 | 11110 | 0 | 10010 | 1100001 | 1010101 |
Color Harmonies of #FECAB3
Complementary color
Monochromatic Colors of #FECAB3
Black with #FECAB3
Text Example
Text Example
White with #FECAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAB3; }
p { color: rgb(254,202,179); }
H1.HeaderClassName
{
color: #FECAB3;
}
.AnyTagClassName
{
color: #FECAB3;
}
</style>
background-color css
<style>
a { background-color: #FECAB3; }
a { background-color: rgb(254,202,179); }
div.DivClassName
{
background-color: #FECAB3;
}
.BgClassName
{
background-color: #FECAB3;
}
</style>
border-color css
<style>
span { border-color: #FECAB3; }
span { border-color: rgb(254,202,179); }
td.TdClassName
{
border-color: #FECAB3;
}
.TagClassName
{
border-color: #FECAB3;
}
</style>