#FEC7AF

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

Shades of Apricot #FEC7AF

Tints of Apricot #FEC7AF

Color information

#FEC7AF (or 0xFEC7AF) is unknown color: approx Apricot. HEX triplet: FE, C7 and AF. RGB value is (254,199,175). Sum of RGB (Red+Green+Blue) = 254+199+175=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7AF is #013850. Grayscale: #D4D4D4. Windows color (decimal): -79953 or 11519998. OLE color: 11519998.

HSL color Cylindrical-coordinate representation of color #FEC7AF: hue angle of 18.23º 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 #FEC7AF is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254199175-
CMYK00.220.310.00
HSL18.23º97.53%84.12%-
HSV(B)18.23º31.1%99.61%-
XYZ69.0365.0149.47-
YUV212.71106.72157.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=40.45%
G=31.69%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419917500.220.310.0018.2397.5384.12
HexFEC7AF0161F0126254
Octal37630725702637022142124
Binary1111111011000111101011110101101111101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7AF; }

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

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

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

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

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

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

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

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