#FCD4AE

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

Shades of Apricot #FCD4AE

Tints of Apricot #FCD4AE

Color information

#FCD4AE (or 0xFCD4AE) is unknown color: approx Apricot. HEX triplet: FC, D4 and AE. RGB value is (252,212,174). Sum of RGB (Red+Green+Blue) = 252+212+174=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4AE is #032B51. Grayscale: #DBDBDB. Windows color (decimal): -207698 or 11457788. OLE color: 11457788.

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

Color convert

RGB252212174-
CMYK00.160.310.01
HSL29.23º92.86%83.53%-
HSV(B)29.23º30.95%98.82%-
XYZ71.3370.8449.96-
YUV219.63102.25151.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=39.50%
G=33.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221217400.160.310.0129.2392.8683.53
HexFCD4AE0101F11d5d54
Octal37432425602037135135124
Binary1111110011010100101011100100001111111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4AE; }

 p { color: rgb(252,212,174); }

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

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

 a { background-color: rgb(252,212,174); }

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

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

 span { border-color: rgb(252,212,174); }

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