#F9C6AC

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

Shades of Apricot #F9C6AC

Tints of Apricot #F9C6AC

Color information

#F9C6AC (or 0xF9C6AC) is unknown color: approx Apricot. HEX triplet: F9, C6 and AC. RGB value is (249,198,172). Sum of RGB (Red+Green+Blue) = 249+198+172=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C6AC is #063953. Grayscale: #D2D2D2. Windows color (decimal): -407892 or 11323129. OLE color: 11323129.

HSL color Cylindrical-coordinate representation of color #F9C6AC: hue angle of 20.26º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C6AC is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249198172-
CMYK00.200.310.02
HSL20.26º86.52%82.55%-
HSV(B)20.26º30.92%97.65%-
XYZ66.7163.5147.77-
YUV210.28106.4155.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.23%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=40.23%
G=31.99%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919817200.200.310.0220.2686.5282.55
HexF9C6AC0141F2145753
Octal37130625402437224127123
Binary11111001110001101010110001010011111101010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C6AC; }

 p { color: rgb(249,198,172); }

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

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

 a { background-color: rgb(249,198,172); }

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

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

 span { border-color: rgb(249,198,172); }

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