#FFD0AE

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

Shades of Apricot #FFD0AE

Tints of Apricot #FFD0AE

Color information

#FFD0AE (or 0xFFD0AE) is unknown color: approx Apricot. HEX triplet: FF, D0 and AE. RGB value is (255,208,174). Sum of RGB (Red+Green+Blue) = 255+208+174=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0AE is #002F51. Grayscale: #DADADA. Windows color (decimal): -12114 or 11456767. OLE color: 11456767.

HSL color Cylindrical-coordinate representation of color #FFD0AE: hue angle of 25.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFD0AE is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255208174-
CMYK00.180.320
HSL25.19º100%84.12%-
HSV(B)25.19º31.76%100%-
XYZ71.4469.4349.68-
YUV218.18103.07154.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=40.03%
G=32.65%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520817400.180.32025.1910084.12
HexFFD0AE012200196454
Octal37732025602240031144124
Binary11111111110100001010111001001010000001100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0AE; }

 p { color: rgb(255,208,174); }

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

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

 a { background-color: rgb(255,208,174); }

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

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

 span { border-color: rgb(255,208,174); }

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