#FAC9AF

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

Shades of Apricot #FAC9AF

Tints of Apricot #FAC9AF

Color information

#FAC9AF (or 0xFAC9AF) is unknown color: approx Apricot. HEX triplet: FA, C9 and AF. RGB value is (250,201,175). Sum of RGB (Red+Green+Blue) = 250+201+175=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9AF is #053650. Grayscale: #D4D4D4. Windows color (decimal): -341585 or 11520506. OLE color: 11520506.

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

Color convert

RGB250201175-
CMYK00.200.30.02
HSL20.8º88.24%83.33%-
HSV(B)20.8º30%98.04%-
XYZ68.0565.1949.55-
YUV212.69106.73154.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=39.94%
G=32.11%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020117500.200.30.0220.888.2483.33
HexFAC9AF0141E2155853
Octal37231125702436225130123
Binary11111010110010011010111101010011110101010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9AF; }

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

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

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

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

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

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

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

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