#FACCAF

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

Shades of Apricot #FACCAF

Tints of Apricot #FACCAF

Color information

#FACCAF (or 0xFACCAF) is unknown color: approx Apricot. HEX triplet: FA, CC and AF. RGB value is (250,204,175). Sum of RGB (Red+Green+Blue) = 250+204+175=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCAF is #053350. Grayscale: #D6D6D6. Windows color (decimal): -340817 or 11521274. OLE color: 11521274.

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

Color convert

RGB250204175-
CMYK00.180.30.02
HSL23.2º88.24%83.33%-
HSV(B)23.2º30%98.04%-
XYZ68.7666.649.79-
YUV214.45105.74153.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=39.75%
G=32.43%
B=27.82%

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
Decimal25020417500.180.30.0223.288.2483.33
HexFACCAF0121E2175853
Octal37231425702236227130123
Binary11111010110011001010111101001011110101011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCAF; }

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

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

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

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

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

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

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

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