#FEC8AF

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

Shades of Apricot #FEC8AF

Tints of Apricot #FEC8AF

Color information

#FEC8AF (or 0xFEC8AF) is unknown color: approx Apricot. HEX triplet: FE, C8 and AF. RGB value is (254,200,175). Sum of RGB (Red+Green+Blue) = 254+200+175=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AF is #013750. Grayscale: #D5D5D5. Windows color (decimal): -79697 or 11520254. OLE color: 11520254.

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

Color convert

RGB254200175-
CMYK00.210.310.00
HSL18.99º97.53%84.12%-
HSV(B)18.99º31.1%99.61%-
XYZ69.2765.4749.54-
YUV213.3106.39157.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=40.38%
G=31.80%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420017500.210.310.0018.9997.5384.12
HexFEC8AF0151F0136254
Octal37631025702537023142124
Binary1111111011001000101011110101011111101001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8AF; }

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

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

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

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

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

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

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

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