#FEC6AF

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

Shades of Apricot #FEC6AF

Tints of Apricot #FEC6AF

Color information

#FEC6AF (or 0xFEC6AF) is unknown color: approx 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

RGB254198175-
CMYK00.220.310.00
HSL17.47º97.53%84.12%-
HSV(B)17.47º31.1%99.61%-
XYZ68.8164.5549.39-
YUV212.12107.05157.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=40.51%
G=31.58%
B=27.91%

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
Decimal25419817500.220.310.0017.4797.5384.12
HexFEC6AF0161F0116254
Octal37630625702637021142124
Binary1111111011000110101011110101101111101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>