#FDC9AD

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

Shades of Apricot #FDC9AD

Tints of Apricot #FDC9AD

Color information

#FDC9AD (or 0xFDC9AD) is unknown color: approx Apricot. HEX triplet: FD, C9 and AD. RGB value is (253,201,173). Sum of RGB (Red+Green+Blue) = 253+201+173=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9AD is #023652. Grayscale: #D5D5D5. Windows color (decimal): -144979 or 11389437. OLE color: 11389437.

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

Color convert

RGB253201173-
CMYK00.210.320.01
HSL21º95.24%83.53%-
HSV(B)21º31.62%99.22%-
XYZ68.9465.6748.58-
YUV213.36105.23156.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 173 (67.97% from 255) = 27.59%
R=40.35%
G=32.06%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320117300.210.320.012195.2483.53
HexFDC9AD015201155f54
Octal37531125502540125137124
Binary11111101110010011010110101010110000011010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9AD; }

 p { color: rgb(253,201,173); }

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

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

 a { background-color: rgb(253,201,173); }

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

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

 span { border-color: rgb(253,201,173); }

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