Shades of Apricot #FEC6AB
Tints of Apricot #FEC6AB
RGB
CMYK
RGB Variations
Color information
#FEC6AB (or 0xFEC6AB) is known color: Apricot. HEX triplet: FE, C6 and AB. RGB value is (254,198,171). Sum of RGB (Red+Green+Blue) = 254+198+171=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6AB is #013954. Grayscale: #D3D3D3. Windows color (decimal): -80213 or 11257598. OLE color: 11257598.
HSL color Cylindrical-coordinate representation of color #FEC6AB: hue angle of 19.52º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEC6AB is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 171 | - |
CMYK | 0 | 0.22 | 0.33 | 0.00 |
HSL | 19.52º | 0.98% | 0.83% | - |
HSV(B) | 19.52º | 0.33% | 1% | - |
XYZ | 68.42 | 64.4 | 47.35 | - |
YUV | 211.67 | 105.05 | 158.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 171 | 0 | 0.22 | 0.33 | 0.00 | 19.52 | 0.98 | 0.83 |
Hex | FE | C6 | AB | 0 | 16 | 21 | 0 | 14 | 62 | 53 |
Octal | 376 | 306 | 253 | 0 | 26 | 41 | 0 | 24 | 142 | 123 |
Binary | 11111110 | 11000110 | 10101011 | 0 | 10110 | 100001 | 0 | 10100 | 1100010 | 1010011 |
Color Harmonies of #FEC6AB
Complementary color
Monochromatic Colors of #FEC6AB
Black with #FEC6AB
Text Example
Text Example
White with #FEC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6AB; }
p { color: rgb(254,198,171); }
H1.HeaderClassName
{
color: #FEC6AB;
}
.AnyTagClassName
{
color: #FEC6AB;
}
</style>
background-color css
<style>
a { background-color: #FEC6AB; }
a { background-color: rgb(254,198,171); }
div.DivClassName
{
background-color: #FEC6AB;
}
.BgClassName
{
background-color: #FEC6AB;
}
</style>
border-color css
<style>
span { border-color: #FEC6AB; }
span { border-color: rgb(254,198,171); }
td.TdClassName
{
border-color: #FEC6AB;
}
.TagClassName
{
border-color: #FEC6AB;
}
</style>