#FFD4AF

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

Shades of Apricot #FFD4AF

Tints of Apricot #FFD4AF

Color information

#FFD4AF (or 0xFFD4AF) is unknown color: approx Apricot. HEX triplet: FF, D4 and AF. RGB value is (255,212,175). Sum of RGB (Red+Green+Blue) = 255+212+175=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AF is #002B50. Grayscale: #DCDCDC. Windows color (decimal): -11089 or 11523327. OLE color: 11523327.

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

Color convert

RGB255212175-
CMYK00.170.310
HSL27.75º100%84.31%-
HSV(B)27.75º31.37%100%-
XYZ72.5271.4450.52-
YUV220.64102.25152.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=39.72%
G=33.02%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521217500.170.31027.7510084.31
HexFFD4AF0111F01c6454
Octal37732425702137034144124
Binary1111111111010100101011110100011111101110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4AF; }

 p { color: rgb(255,212,175); }

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

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

 a { background-color: rgb(255,212,175); }

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

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

 span { border-color: rgb(255,212,175); }

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