#FDC7AD

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

Shades of Apricot #FDC7AD

Tints of Apricot #FDC7AD

Color information

#FDC7AD (or 0xFDC7AD) is unknown color: approx Apricot. HEX triplet: FD, C7 and AD. RGB value is (253,199,173). Sum of RGB (Red+Green+Blue) = 253+199+173=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7AD is #023852. Grayscale: #D4D4D4. Windows color (decimal): -145491 or 11388925. OLE color: 11388925.

HSL color Cylindrical-coordinate representation of color #FDC7AD: hue angle of 19.5º 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 #FDC7AD is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253199173-
CMYK00.210.320.01
HSL19.5º95.24%83.53%-
HSV(B)19.5º31.62%99.22%-
XYZ68.4764.7548.42-
YUV212.18105.89157.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=40.48%
G=31.84%
B=27.68%

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
Decimal25319917300.210.320.0119.595.2483.53
HexFDC7AD015201145f54
Octal37530725502540124137124
Binary11111101110001111010110101010110000011010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7AD; }

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

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

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

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

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

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

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

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