#FACAB0

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

Shades of Apricot #FACAB0

Tints of Apricot #FACAB0

Color information

#FACAB0 (or 0xFACAB0) is unknown color: approx Apricot. HEX triplet: FA, CA and B0. RGB value is (250,202,176). Sum of RGB (Red+Green+Blue) = 250+202+176=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAB0 is #05354F. Grayscale: #D5D5D5. Windows color (decimal): -341328 or 11586298. OLE color: 11586298.

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

Color convert

RGB250202176-
CMYK00.190.300.02
HSL21.08º88.1%83.53%-
HSV(B)21.08º29.6%98.04%-
XYZ68.3865.750.15-
YUV213.39106.9154.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 176 (69.14% from 255) = 28.03%
R=39.81%
G=32.17%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020217600.190.300.0221.0888.183.53
HexFACAB00131E2155854
Octal37231226002336225130124
Binary11111010110010101011000001001111110101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAB0; }

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

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

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

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

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

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

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

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