#FECEB1

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

Shades of Apricot #FECEB1

Tints of Apricot #FECEB1

Color information

#FECEB1 (or 0xFECEB1) is unknown color: approx Apricot. HEX triplet: FE, CE and B1. RGB value is (254,206,177). Sum of RGB (Red+Green+Blue) = 254+206+177=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEB1 is #01314E. Grayscale: #D9D9D9. Windows color (decimal): -78159 or 11652862. OLE color: 11652862.

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

Color convert

RGB254206177-
CMYK00.190.300.00
HSL22.6º97.47%84.51%-
HSV(B)22.6º30.31%99.61%-
XYZ70.8868.3951.06-
YUV217.05105.4154.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=39.87%
G=32.34%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420617700.190.300.0022.697.4784.51
HexFECEB10131E0176155
Octal37631626102336027141125
Binary1111111011001110101100010100111111001011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEB1; }

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

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

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

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

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

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

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

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