#FED4AF

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

Shades of Apricot #FED4AF

Tints of Apricot #FED4AF

Color information

#FED4AF (or 0xFED4AF) is unknown color: approx Apricot. HEX triplet: FE, D4 and AF. RGB value is (254,212,175). Sum of RGB (Red+Green+Blue) = 254+212+175=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4AF is #012B50. Grayscale: #DCDCDC. Windows color (decimal): -76625 or 11523326. OLE color: 11523326.

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

Color convert

RGB254212175-
CMYK00.170.310.00
HSL28.1º97.53%84.12%-
HSV(B)28.1º31.1%99.61%-
XYZ72.1571.2550.51-
YUV220.34102.41152.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=39.63%
G=33.07%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421217500.170.310.0028.197.5384.12
HexFED4AF0111F01c6254
Octal37632425702137034142124
Binary1111111011010100101011110100011111101110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4AF; }

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

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

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

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

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

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

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

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