#FACDAF

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

Shades of Apricot #FACDAF

Tints of Apricot #FACDAF

Color information

#FACDAF (or 0xFACDAF) is unknown color: approx Apricot. HEX triplet: FA, CD and AF. RGB value is (250,205,175). Sum of RGB (Red+Green+Blue) = 250+205+175=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDAF is #053250. Grayscale: #D7D7D7. Windows color (decimal): -340561 or 11521530. OLE color: 11521530.

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

Color convert

RGB250205175-
CMYK00.180.30.02
HSL24º88.24%83.33%-
HSV(B)24º30%98.04%-
XYZ68.9967.0849.87-
YUV215.03105.41152.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 175 (68.75% from 255) = 27.78%
R=39.68%
G=32.54%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020517500.180.30.022488.2483.33
HexFACDAF0121E2185853
Octal37231525702236230130123
Binary11111010110011011010111101001011110101100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDAF; }

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

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

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

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

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

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

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

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