#FACDAD

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

Shades of Apricot #FACDAD

Tints of Apricot #FACDAD

Color information

#FACDAD (or 0xFACDAD) is unknown color: approx Apricot. HEX triplet: FA, CD and AD. RGB value is (250,205,173). Sum of RGB (Red+Green+Blue) = 250+205+173=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDAD is #053252. Grayscale: #D6D6D6. Windows color (decimal): -340563 or 11390458. OLE color: 11390458.

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

Color convert

RGB250205173-
CMYK00.180.310.02
HSL24.94º88.51%82.94%-
HSV(B)24.94º30.8%98.04%-
XYZ68.86748.84-
YUV214.81104.41153.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=39.81%
G=32.64%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020517300.180.310.0224.9488.5182.94
HexFACDAD0121F2195953
Octal37231525502237231131123
Binary11111010110011011010110101001011111101100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDAD; }

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

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

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

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

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

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

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

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