#FACDB3

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

Shades of Apricot #FACDB3

Tints of Apricot #FACDB3

Color information

#FACDB3 (or 0xFACDB3) is unknown color: approx Apricot. HEX triplet: FA, CD and B3. RGB value is (250,205,179). Sum of RGB (Red+Green+Blue) = 250+205+179=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB3 is #05324C. Grayscale: #D7D7D7. Windows color (decimal): -340557 or 11783674. OLE color: 11783674.

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

Color convert

RGB250205179-
CMYK00.180.280.02
HSL21.97º87.65%84.12%-
HSV(B)21.97º28.4%98.04%-
XYZ69.3967.2451.97-
YUV215.49107.41152.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=39.43%
G=32.33%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020517900.180.280.0221.9787.6584.12
HexFACDB30121C2165854
Octal37231526302234226130124
Binary11111010110011011011001101001011100101011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDB3; }

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

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

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

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

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

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

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

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