#FACCAC

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

Shades of Apricot #FACCAC

Tints of Apricot #FACCAC

Color information

#FACCAC (or 0xFACCAC) is unknown color: approx Apricot. HEX triplet: FA, CC and AC. RGB value is (250,204,172). Sum of RGB (Red+Green+Blue) = 250+204+172=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCAC is #053353. Grayscale: #D6D6D6. Windows color (decimal): -340820 or 11324666. OLE color: 11324666.

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

Color convert

RGB250204172-
CMYK00.180.310.02
HSL24.62º88.64%82.75%-
HSV(B)24.62º31.2%98.04%-
XYZ68.4666.4948.25-
YUV214.11104.24153.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=39.94%
G=32.59%
B=27.48%

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
Decimal25020417200.180.310.0224.6288.6482.75
HexFACCAC0121F2195953
Octal37231425402237231131123
Binary11111010110011001010110001001011111101100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCAC; }

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

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

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

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

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

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

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

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