#FECEAE

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

Shades of Apricot #FECEAE

Tints of Apricot #FECEAE

Color information

#FECEAE (or 0xFECEAE) is unknown color: approx Apricot. HEX triplet: FE, CE and AE. RGB value is (254,206,174). Sum of RGB (Red+Green+Blue) = 254+206+174=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAE is #013151. Grayscale: #D8D8D8. Windows color (decimal): -78162 or 11456254. OLE color: 11456254.

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

Color convert

RGB254206174-
CMYK00.190.310.00
HSL24º97.56%83.92%-
HSV(B)24º31.5%99.61%-
XYZ70.5868.2749.5-
YUV216.7103.9154.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=40.06%
G=32.49%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420617400.190.310.002497.5683.92
HexFECEAE0131F0186254
Octal37631625602337030142124
Binary1111111011001110101011100100111111101100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEAE; }

 p { color: rgb(254,206,174); }

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

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

 a { background-color: rgb(254,206,174); }

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

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

 span { border-color: rgb(254,206,174); }

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