#FEC7AD

Color #FEC7AD Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FEC7AD

Tints of Apricot #FEC7AD

Color information

#FEC7AD (or 0xFEC7AD) is unknown color: approx Apricot. HEX triplet: FE, C7 and AD. RGB value is (254,199,173). Sum of RGB (Red+Green+Blue) = 254+199+173=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7AD is #013852. Grayscale: #D4D4D4. Windows color (decimal): -79955 or 11388926. OLE color: 11388926.

HSL color Cylindrical-coordinate representation of color #FEC7AD: hue angle of 19.26º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEC7AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB254199173-
CMYK00.220.320.00
HSL19.26º97.59%83.73%-
HSV(B)19.26º31.89%99.61%-
XYZ68.8464.9348.44-
YUV212.48105.72157.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=40.58%
G=31.79%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419917300.220.320.0019.2697.5983.73
HexFEC7AD016200136254
Octal37630725502640023142124
Binary11111110110001111010110101011010000001001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7AD; }

 p { color: rgb(254,199,173); }

 H1.HeaderClassName
 {
   color: #FEC7AD;
 }
 .AnyTagClassName
 {
   color: #FEC7AD;
 }
</style>
background-color css

<style>
 a { background-color: #FEC7AD; }

 a { background-color: rgb(254,199,173); }

 div.DivClassName
 {
   background-color: #FEC7AD;
 }
 .BgClassName
 {
   background-color: #FEC7AD;
 }
</style>
border-color css

<style>
 span { border-color: #FEC7AD; }

 span { border-color: rgb(254,199,173); }

 td.TdClassName
 {
   border-color: #FEC7AD;
 }
 .TagClassName
 {
   border-color: #FEC7AD;
 }
</style>