#FACDB0

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

Shades of Apricot #FACDB0

Tints of Apricot #FACDB0

Color information

#FACDB0 (or 0xFACDB0) is unknown color: approx Apricot. HEX triplet: FA, CD and B0. RGB value is (250,205,176). Sum of RGB (Red+Green+Blue) = 250+205+176=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDB0 is #05324F. Grayscale: #D7D7D7. Windows color (decimal): -340560 or 11587066. OLE color: 11587066.

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

Color convert

RGB250205176-
CMYK00.180.300.02
HSL23.51º88.1%83.53%-
HSV(B)23.51º29.6%98.04%-
XYZ69.0967.1250.39-
YUV215.15105.91152.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 176 (69.14% from 255) = 27.89%
R=39.62%
G=32.49%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020517600.180.300.0223.5188.183.53
HexFACDB00121E2185854
Octal37231526002236230130124
Binary11111010110011011011000001001011110101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDB0; }

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

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

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

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

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

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

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

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