#F7D2AE

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

Shades of Apricot #F7D2AE

Tints of Apricot #F7D2AE

Color information

#F7D2AE (or 0xF7D2AE) is unknown color: approx Apricot. HEX triplet: F7, D2 and AE. RGB value is (247,210,174). Sum of RGB (Red+Green+Blue) = 247+210+174=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D2AE is #082D51. Grayscale: #D9D9D9. Windows color (decimal): -535890 or 11457271. OLE color: 11457271.

HSL color Cylindrical-coordinate representation of color #F7D2AE: hue angle of 29.59º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7D2AE is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247210174-
CMYK00.150.300.03
HSL29.59º82.02%82.55%-
HSV(B)29.59º29.55%96.86%-
XYZ69.0468.9249.71-
YUV216.96103.76149.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=39.14%
G=33.28%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721017400.150.300.0329.5982.0282.55
HexF7D2AE0F1E31e5253
Octal36732225601736336122123
Binary1111011111010010101011100111111110111111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D2AE; }

 p { color: rgb(247,210,174); }

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

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

 a { background-color: rgb(247,210,174); }

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

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

 span { border-color: rgb(247,210,174); }

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