#FECBAE

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

Shades of Apricot #FECBAE

Tints of Apricot #FECBAE

Color information

#FECBAE (or 0xFECBAE) is unknown color: approx Apricot. HEX triplet: FE, CB and AE. RGB value is (254,203,174). Sum of RGB (Red+Green+Blue) = 254+203+174=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBAE is #013451. Grayscale: #D7D7D7. Windows color (decimal): -78930 or 11455486. OLE color: 11455486.

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

Color convert

RGB254203174-
CMYK00.200.310.00
HSL21.75º97.56%83.92%-
HSV(B)21.75º31.5%99.61%-
XYZ69.8766.8449.26-
YUV214.94104.9155.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=40.25%
G=32.17%
B=27.58%

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
Decimal25420317400.200.310.0021.7597.5683.92
HexFECBAE0141F0166254
Octal37631325602437026142124
Binary1111111011001011101011100101001111101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBAE; }

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

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

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

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

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

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

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

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