#FECEB4

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

Shades of Apricot #FECEB4

Tints of Apricot #FECEB4

Color information

#FECEB4 (or 0xFECEB4) is unknown color: approx Apricot. HEX triplet: FE, CE and B4. RGB value is (254,206,180). Sum of RGB (Red+Green+Blue) = 254+206+180=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEB4 is #01314B. Grayscale: #D9D9D9. Windows color (decimal): -78156 or 11849470. OLE color: 11849470.

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

Color convert

RGB254206180-
CMYK00.190.290.00
HSL21.08º97.37%85.1%-
HSV(B)21.08º29.13%99.61%-
XYZ71.1868.5152.65-
YUV217.39106.9154.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 180 (70.70% from 255) = 28.12%
R=39.69%
G=32.19%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420618000.190.290.0021.0897.3785.1
HexFECEB40131D0156155
Octal37631626402335025141125
Binary1111111011001110101101000100111110101010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEB4; }

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

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

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

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

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

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

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

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