#FACAB4

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

Shades of Apricot #FACAB4

Tints of Apricot #FACAB4

Color information

#FACAB4 (or 0xFACAB4) is unknown color: approx Apricot. HEX triplet: FA, CA and B4. RGB value is (250,202,180). Sum of RGB (Red+Green+Blue) = 250+202+180=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAB4 is #05354B. Grayscale: #D5D5D5. Windows color (decimal): -341324 or 11848442. OLE color: 11848442.

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

Color convert

RGB250202180-
CMYK00.190.280.02
HSL18.86º87.5%84.31%-
HSV(B)18.86º28%98.04%-
XYZ68.7865.8652.27-
YUV213.84108.9153.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 180 (70.70% from 255) = 28.48%
R=39.56%
G=31.96%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020218000.190.280.0218.8687.584.31
HexFACAB40131C2135854
Octal37231226402334223130124
Binary11111010110010101011010001001111100101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAB4; }

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

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

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

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

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

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

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

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