#FACDB6

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

Shades of Apricot #FACDB6

Tints of Apricot #FACDB6

Color information

#FACDB6 (or 0xFACDB6) is unknown color: approx Apricot. HEX triplet: FA, CD and B6. RGB value is (250,205,182). Sum of RGB (Red+Green+Blue) = 250+205+182=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB6 is #053249. Grayscale: #D7D7D7. Windows color (decimal): -340554 or 11980282. OLE color: 11980282.

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

Color convert

RGB250205182-
CMYK00.180.270.02
HSL20.29º87.18%84.71%-
HSV(B)20.29º27.2%98.04%-
XYZ69.767.3653.58-
YUV215.83108.91152.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 182 (71.48% from 255) = 28.57%
R=39.25%
G=32.18%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020518200.180.270.0220.2987.1884.71
HexFACDB60121B2145755
Octal37231526602233224127125
Binary11111010110011011011011001001011011101010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDB6; }

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

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

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

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

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

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

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

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