#FEC9B1

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

Shades of Apricot #FEC9B1

Tints of Apricot #FEC9B1

Color information

#FEC9B1 (or 0xFEC9B1) is unknown color: approx Apricot. HEX triplet: FE, C9 and B1. RGB value is (254,201,177). Sum of RGB (Red+Green+Blue) = 254+201+177=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9B1 is #01364E. Grayscale: #D6D6D6. Windows color (decimal): -79439 or 11651582. OLE color: 11651582.

HSL color Cylindrical-coordinate representation of color #FEC9B1: hue angle of 18.7º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC9B1 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254201177-
CMYK00.210.300.00
HSL18.7º97.47%84.51%-
HSV(B)18.7º30.31%99.61%-
XYZ69.766.0250.66-
YUV214.11107.06156.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=40.19%
G=31.80%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420117700.210.300.0018.797.4784.51
HexFEC9B10151E0136155
Octal37631126102536023141125
Binary1111111011001001101100010101011111001001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9B1; }

 p { color: rgb(254,201,177); }

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

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

 a { background-color: rgb(254,201,177); }

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

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

 span { border-color: rgb(254,201,177); }

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