#FAC6B0

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

Shades of Apricot #FAC6B0

Tints of Apricot #FAC6B0

Color information

#FAC6B0 (or 0xFAC6B0) is unknown color: approx Apricot. HEX triplet: FA, C6 and B0. RGB value is (250,198,176). Sum of RGB (Red+Green+Blue) = 250+198+176=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6B0 is #05394F. Grayscale: #D3D3D3. Windows color (decimal): -342352 or 11585274. OLE color: 11585274.

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

Color convert

RGB250198176-
CMYK00.210.300.02
HSL17.84º88.1%83.53%-
HSV(B)17.84º29.6%98.04%-
XYZ67.4563.8549.84-
YUV211.04108.23155.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 176 (69.14% from 255) = 28.21%
R=40.06%
G=31.73%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019817600.210.300.0217.8488.183.53
HexFAC6B00151E2125854
Octal37230626002536222130124
Binary11111010110001101011000001010111110101001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC6B0; }

 p { color: rgb(250,198,176); }

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

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

 a { background-color: rgb(250,198,176); }

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

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

 span { border-color: rgb(250,198,176); }

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