#FACEAC

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

Shades of Apricot #FACEAC

Tints of Apricot #FACEAC

Color information

#FACEAC (or 0xFACEAC) is unknown color: approx Apricot. HEX triplet: FA, CE and AC. RGB value is (250,206,172). Sum of RGB (Red+Green+Blue) = 250+206+172=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEAC is #053153. Grayscale: #D7D7D7. Windows color (decimal): -340308 or 11325178. OLE color: 11325178.

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

Color convert

RGB250206172-
CMYK00.180.310.02
HSL26.15º88.64%82.75%-
HSV(B)26.15º31.2%98.04%-
XYZ68.9467.4548.41-
YUV215.28103.58152.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 172 (67.58% from 255) = 27.39%
R=39.81%
G=32.80%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020617200.180.310.0226.1588.6482.75
HexFACEAC0121F21a5953
Octal37231625402237232131123
Binary11111010110011101010110001001011111101101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEAC; }

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

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

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

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

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

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

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

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