#FCD1AD

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

Shades of Apricot #FCD1AD

Tints of Apricot #FCD1AD

Color information

#FCD1AD (or 0xFCD1AD) is unknown color: approx Apricot. HEX triplet: FC, D1 and AD. RGB value is (252,209,173). Sum of RGB (Red+Green+Blue) = 252+209+173=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1AD is #032E52. Grayscale: #D9D9D9. Windows color (decimal): -208467 or 11391484. OLE color: 11391484.

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

Color convert

RGB252209173-
CMYK00.170.310.01
HSL27.34º92.94%83.33%-
HSV(B)27.34º31.35%98.82%-
XYZ70.4969.3149.2-
YUV217.75102.75152.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=39.75%
G=32.97%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220917300.170.310.0127.3492.9483.33
HexFCD1AD0111F11b5d53
Octal37432125502137133135123
Binary1111110011010001101011010100011111111101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1AD; }

 p { color: rgb(252,209,173); }

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

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

 a { background-color: rgb(252,209,173); }

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

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

 span { border-color: rgb(252,209,173); }

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