#FACAAC

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

Shades of Apricot #FACAAC

Tints of Apricot #FACAAC

Color information

#FACAAC (or 0xFACAAC) is unknown color: approx Apricot. HEX triplet: FA, CA and AC. RGB value is (250,202,172). Sum of RGB (Red+Green+Blue) = 250+202+172=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAAC is #053553. Grayscale: #D5D5D5. Windows color (decimal): -341332 or 11324154. OLE color: 11324154.

HSL color Cylindrical-coordinate representation of color #FACAAC: hue angle of 23.08º 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 #FACAAC is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250202172-
CMYK00.190.310.02
HSL23.08º88.64%82.75%-
HSV(B)23.08º31.2%98.04%-
XYZ67.9965.5448.1-
YUV212.93104.9154.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 172 (67.58% from 255) = 27.56%
R=40.06%
G=32.37%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020217200.190.310.0223.0888.6482.75
HexFACAAC0131F2175953
Octal37231225402337227131123
Binary11111010110010101010110001001111111101011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAAC; }

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

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

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

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

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

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

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

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