#FECAAE

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

Shades of Apricot #FECAAE

Tints of Apricot #FECAAE

Color information

#FECAAE (or 0xFECAAE) is unknown color: approx Apricot. HEX triplet: FE, CA and AE. RGB value is (254,202,174). Sum of RGB (Red+Green+Blue) = 254+202+174=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAAE is #013551. Grayscale: #D6D6D6. Windows color (decimal): -79186 or 11455230. OLE color: 11455230.

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

Color convert

RGB254202174-
CMYK00.200.310.00
HSL21º97.56%83.92%-
HSV(B)21º31.5%99.61%-
XYZ69.6366.3749.18-
YUV214.36105.23156.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=40.32%
G=32.06%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420217400.200.310.002197.5683.92
HexFECAAE0141F0156254
Octal37631225602437025142124
Binary1111111011001010101011100101001111101010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAAE; }

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

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

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

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

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

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

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

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