#F9C3AA

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

Shades of Apricot #F9C3AA

Tints of Apricot #F9C3AA

Color information

#F9C3AA (or 0xF9C3AA) is unknown color: approx Apricot. HEX triplet: F9, C3 and AA. RGB value is (249,195,170). Sum of RGB (Red+Green+Blue) = 249+195+170=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C3AA is #063C55. Grayscale: #D0D0D0. Windows color (decimal): -408662 or 11191289. OLE color: 11191289.

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

Color convert

RGB249195170-
CMYK00.220.320.02
HSL18.99º86.81%82.16%-
HSV(B)18.99º31.73%97.65%-
XYZ65.8462.0746.54-
YUV208.3106.39157.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=40.55%
G=31.76%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919517000.220.320.0218.9986.8182.16
HexF9C3AA016202135752
Octal37130325202640223127122
Binary111110011100001110101010010110100000101001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C3AA; }

 p { color: rgb(249,195,170); }

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

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

 a { background-color: rgb(249,195,170); }

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

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

 span { border-color: rgb(249,195,170); }

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