#FACDAB

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

Shades of Apricot #FACDAB

Tints of Apricot #FACDAB

Color information

#FACDAB (or 0xFACDAB) is unknown color: approx Apricot. HEX triplet: FA, CD and AB. RGB value is (250,205,171). Sum of RGB (Red+Green+Blue) = 250+205+171=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDAB is #053254. Grayscale: #D6D6D6. Windows color (decimal): -340565 or 11259386. OLE color: 11259386.

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

Color convert

RGB250205171-
CMYK00.180.320.02
HSL25.82º88.76%82.55%-
HSV(B)25.82º31.6%98.04%-
XYZ68.6166.9347.83-
YUV214.58103.41153.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=39.94%
G=32.75%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020517100.180.320.0225.8288.7682.55
HexFACDAB0122021a5953
Octal37231525302240232131123
Binary111110101100110110101011010010100000101101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDAB; }

 p { color: rgb(250,205,171); }

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

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

 a { background-color: rgb(250,205,171); }

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

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

 span { border-color: rgb(250,205,171); }

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