#FACAAF

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

Shades of Apricot #FACAAF

Tints of Apricot #FACAAF

Color information

#FACAAF (or 0xFACAAF) is unknown color: approx Apricot. HEX triplet: FA, CA and AF. RGB value is (250,202,175). Sum of RGB (Red+Green+Blue) = 250+202+175=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAAF is #053550. Grayscale: #D5D5D5. Windows color (decimal): -341329 or 11520762. OLE color: 11520762.

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

Color convert

RGB250202175-
CMYK00.190.30.02
HSL21.6º88.24%83.33%-
HSV(B)21.6º30%98.04%-
XYZ68.2865.6649.63-
YUV213.27106.4154.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=39.87%
G=32.22%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020217500.190.30.0221.688.2483.33
HexFACAAF0131E2165853
Octal37231225702336226130123
Binary11111010110010101010111101001111110101011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAAF; }

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

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

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

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

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

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

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

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