#FACEB3

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

Shades of Apricot #FACEB3

Tints of Apricot #FACEB3

Color information

#FACEB3 (or 0xFACEB3) is unknown color: approx Apricot. HEX triplet: FA, CE and B3. RGB value is (250,206,179). Sum of RGB (Red+Green+Blue) = 250+206+179=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEB3 is #05314C. Grayscale: #D8D8D8. Windows color (decimal): -340301 or 11783930. OLE color: 11783930.

HSL color Cylindrical-coordinate representation of color #FACEB3: hue angle of 22.82º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FACEB3 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250206179-
CMYK00.180.280.02
HSL22.82º87.65%84.12%-
HSV(B)22.82º28.4%98.04%-
XYZ69.6367.7252.05-
YUV216.08107.08152.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=39.37%
G=32.44%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020617900.180.280.0222.8287.6584.12
HexFACEB30121C2175854
Octal37231626302234227130124
Binary11111010110011101011001101001011100101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEB3; }

 p { color: rgb(250,206,179); }

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

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

 a { background-color: rgb(250,206,179); }

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

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

 span { border-color: rgb(250,206,179); }

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