#FECEAB

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

Shades of Apricot #FECEAB

Tints of Apricot #FECEAB

Color information

#FECEAB (or 0xFECEAB) is unknown color: approx Apricot. HEX triplet: FE, CE and AB. RGB value is (254,206,171). Sum of RGB (Red+Green+Blue) = 254+206+171=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAB is #013154. Grayscale: #D8D8D8. Windows color (decimal): -78165 or 11259646. OLE color: 11259646.

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

Color convert

RGB254206171-
CMYK00.190.330.00
HSL25.3º97.65%83.33%-
HSV(B)25.3º32.68%99.61%-
XYZ70.368.1547.98-
YUV216.36102.4154.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 171 (67.19% from 255) = 27.10%
R=40.25%
G=32.65%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420617100.190.330.0025.397.6583.33
HexFECEAB013210196253
Octal37631625302341031142123
Binary11111110110011101010101101001110000101100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEAB; }

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

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

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

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

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

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

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

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