#FCD4AD

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

Shades of Apricot #FCD4AD

Tints of Apricot #FCD4AD

Color information

#FCD4AD (or 0xFCD4AD) is unknown color: approx Apricot. HEX triplet: FC, D4 and AD. RGB value is (252,212,173). Sum of RGB (Red+Green+Blue) = 252+212+173=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4AD is #032B52. Grayscale: #DBDBDB. Windows color (decimal): -207699 or 11392252. OLE color: 11392252.

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

Color convert

RGB252212173-
CMYK00.160.310.01
HSL29.62º92.94%83.33%-
HSV(B)29.62º31.35%98.82%-
XYZ71.2370.849.45-
YUV219.51101.75151.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=39.56%
G=33.28%
B=27.16%

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
Decimal25221217300.160.310.0129.6292.9483.33
HexFCD4AD0101F11e5d53
Octal37432425502037136135123
Binary1111110011010100101011010100001111111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4AD; }

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

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

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

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

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

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

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

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