#FCD2AD

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

Shades of Apricot #FCD2AD

Tints of Apricot #FCD2AD

Color information

#FCD2AD (or 0xFCD2AD) is unknown color: approx Apricot. HEX triplet: FC, D2 and AD. RGB value is (252,210,173). Sum of RGB (Red+Green+Blue) = 252+210+173=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2AD is #032D52. Grayscale: #DADADA. Windows color (decimal): -208211 or 11391740. OLE color: 11391740.

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

Color convert

RGB252210173-
CMYK00.170.310.01
HSL28.1º92.94%83.33%-
HSV(B)28.1º31.35%98.82%-
XYZ70.7369.8149.28-
YUV218.34102.41152.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=39.69%
G=33.07%
B=27.24%

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
Decimal25221017300.170.310.0128.192.9483.33
HexFCD2AD0111F11c5d53
Octal37432225502137134135123
Binary1111110011010010101011010100011111111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2AD; }

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

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

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

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

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

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

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

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