#F9D3AE

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

Shades of Apricot #F9D3AE

Tints of Apricot #F9D3AE

Color information

#F9D3AE (or 0xF9D3AE) is unknown color: approx Apricot. HEX triplet: F9, D3 and AE. RGB value is (249,211,174). Sum of RGB (Red+Green+Blue) = 249+211+174=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D3AE is #062C51. Grayscale: #DADADA. Windows color (decimal): -404562 or 11457529. OLE color: 11457529.

HSL color Cylindrical-coordinate representation of color #F9D3AE: hue angle of 29.6º degrees, saturation: 0.86, 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 #F9D3AE is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249211174-
CMYK00.150.300.02
HSL29.6º86.21%82.94%-
HSV(B)29.6º30.12%97.65%-
XYZ7069.7849.82-
YUV218.14103.09150.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.27%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=39.27%
G=33.28%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921117400.150.300.0229.686.2182.94
HexF9D3AE0F1E21e5653
Octal37132325601736236126123
Binary1111100111010011101011100111111110101111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D3AE; }

 p { color: rgb(249,211,174); }

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

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

 a { background-color: rgb(249,211,174); }

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

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

 span { border-color: rgb(249,211,174); }

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