#FACAAD

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

Shades of Apricot #FACAAD

Tints of Apricot #FACAAD

Color information

#FACAAD (or 0xFACAAD) is unknown color: approx Apricot. HEX triplet: FA, CA and AD. RGB value is (250,202,173). Sum of RGB (Red+Green+Blue) = 250+202+173=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAAD is #053552. Grayscale: #D5D5D5. Windows color (decimal): -341331 or 11389690. OLE color: 11389690.

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

Color convert

RGB250202173-
CMYK00.190.310.02
HSL22.6º88.51%82.94%-
HSV(B)22.6º30.8%98.04%-
XYZ68.0965.5848.61-
YUV213.05105.4154.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=40%
G=32.32%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020217300.190.310.0222.688.5182.94
HexFACAAD0131F2175953
Octal37231225502337227131123
Binary11111010110010101010110101001111111101011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAAD; }

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

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

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

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

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

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

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

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