Shades of Apricot #FECAB2
Tints of Apricot #FECAB2
RGB
CMYK
RGB Variations
Color information
#FECAB2 (or 0xFECAB2) is known color: Apricot. HEX triplet: FE, CA and B2. RGB value is (254,202,178). Sum of RGB (Red+Green+Blue) = 254+202+178=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAB2 is #01354D. Grayscale: #D6D6D6. Windows color (decimal): -79182 or 11717374. OLE color: 11717374.
HSL color Cylindrical-coordinate representation of color #FECAB2: hue angle of 18.95º 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 #FECAB2 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 178 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.00 |
| HSL | 18.95º | 0.97% | 0.85% | - |
| HSV(B) | 18.95º | 0.3% | 1% | - |
| XYZ | 70.03 | 66.53 | 51.27 | - |
| YUV | 214.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 178 | 0 | 0.20 | 0.30 | 0.00 | 18.95 | 0.97 | 0.85 |
| Hex | FE | CA | B2 | 0 | 14 | 1E | 0 | 13 | 61 | 55 |
| Octal | 376 | 312 | 262 | 0 | 24 | 36 | 0 | 23 | 141 | 125 |
| Binary | 11111110 | 11001010 | 10110010 | 0 | 10100 | 11110 | 0 | 10011 | 1100001 | 1010101 |
Color Harmonies of #FECAB2
Complementary color
Monochromatic Colors of #FECAB2
Black with #FECAB2
Text Example
Text Example
White with #FECAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAB2; }
p { color: rgb(254,202,178); }
H1.HeaderClassName
{
color: #FECAB2;
}
.AnyTagClassName
{
color: #FECAB2;
}
</style>
background-color css
<style>
a { background-color: #FECAB2; }
a { background-color: rgb(254,202,178); }
div.DivClassName
{
background-color: #FECAB2;
}
.BgClassName
{
background-color: #FECAB2;
}
</style>
border-color css
<style>
span { border-color: #FECAB2; }
span { border-color: rgb(254,202,178); }
td.TdClassName
{
border-color: #FECAB2;
}
.TagClassName
{
border-color: #FECAB2;
}
</style>