#FACEB5

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

Shades of Apricot #FACEB5

Tints of Apricot #FACEB5

Color information

#FACEB5 (or 0xFACEB5) is unknown color: approx Apricot. HEX triplet: FA, CE and B5. RGB value is (250,206,181). Sum of RGB (Red+Green+Blue) = 250+206+181=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEB5 is #05314A. Grayscale: #D8D8D8. Windows color (decimal): -340299 or 11915002. OLE color: 11915002.

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

Color convert

RGB250206181-
CMYK00.180.280.02
HSL21.74º87.34%84.51%-
HSV(B)21.74º27.6%98.04%-
XYZ69.8467.853.12-
YUV216.31108.08152.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=39.25%
G=32.34%
B=28.41%

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
Decimal25020618100.180.280.0221.7487.3484.51
HexFACEB50121C2165755
Octal37231626502234226127125
Binary11111010110011101011010101001011100101011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEB5; }

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

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

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

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

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

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

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

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