#FACBAF

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

Shades of Apricot #FACBAF

Tints of Apricot #FACBAF

Color information

#FACBAF (or 0xFACBAF) is unknown color: approx Apricot. HEX triplet: FA, CB and AF. RGB value is (250,203,175). Sum of RGB (Red+Green+Blue) = 250+203+175=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBAF is #053450. Grayscale: #D6D6D6. Windows color (decimal): -341073 or 11521018. OLE color: 11521018.

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

Color convert

RGB250203175-
CMYK00.190.30.02
HSL22.4º88.24%83.33%-
HSV(B)22.4º30%98.04%-
XYZ68.5266.1349.71-
YUV213.86106.07153.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=39.81%
G=32.32%
B=27.87%

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
Decimal25020317500.190.30.0222.488.2483.33
HexFACBAF0131E2165853
Octal37231325702336226130123
Binary11111010110010111010111101001111110101011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBAF; }

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

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

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

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

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

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

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

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