Shades of Apricot #FEC6AF
Tints of Apricot #FEC6AF
RGB
CMYK
RGB Variations
Color information
#FEC6AF (or 0xFEC6AF) is known color: Apricot. HEX triplet: FE, C6 and AF. RGB value is (254,198,175). Sum of RGB (Red+Green+Blue) = 254+198+175=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6AF is #013950. Grayscale: #D4D4D4. Windows color (decimal): -80209 or 11519742. OLE color: 11519742.
HSL color Cylindrical-coordinate representation of color #FEC6AF: hue angle of 17.47º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEC6AF is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 175 | - |
CMYK | 0 | 0.22 | 0.31 | 0.00 |
HSL | 17.47º | 0.98% | 0.84% | - |
HSV(B) | 17.47º | 0.31% | 1% | - |
XYZ | 68.81 | 64.55 | 49.39 | - |
YUV | 212.12 | 107.05 | 157.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 175 | 0 | 0.22 | 0.31 | 0.00 | 17.47 | 0.98 | 0.84 |
Hex | FE | C6 | AF | 0 | 16 | 1F | 0 | 11 | 62 | 54 |
Octal | 376 | 306 | 257 | 0 | 26 | 37 | 0 | 21 | 142 | 124 |
Binary | 11111110 | 11000110 | 10101111 | 0 | 10110 | 11111 | 0 | 10001 | 1100010 | 1010100 |
Color Harmonies of #FEC6AF
Complementary color
Monochromatic Colors of #FEC6AF
Black with #FEC6AF
Text Example
Text Example
White with #FEC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6AF; }
p { color: rgb(254,198,175); }
H1.HeaderClassName
{
color: #FEC6AF;
}
.AnyTagClassName
{
color: #FEC6AF;
}
</style>
background-color css
<style>
a { background-color: #FEC6AF; }
a { background-color: rgb(254,198,175); }
div.DivClassName
{
background-color: #FEC6AF;
}
.BgClassName
{
background-color: #FEC6AF;
}
</style>
border-color css
<style>
span { border-color: #FEC6AF; }
span { border-color: rgb(254,198,175); }
td.TdClassName
{
border-color: #FEC6AF;
}
.TagClassName
{
border-color: #FEC6AF;
}
</style>