#FCC9AD

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

Shades of Apricot #FCC9AD

Tints of Apricot #FCC9AD

Color information

#FCC9AD (or 0xFCC9AD) is unknown color: approx Apricot. HEX triplet: FC, C9 and AD. RGB value is (252,201,173). Sum of RGB (Red+Green+Blue) = 252+201+173=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9AD is #033652. Grayscale: #D5D5D5. Windows color (decimal): -210515 or 11389436. OLE color: 11389436.

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

Color convert

RGB252201173-
CMYK00.200.310.01
HSL21.27º92.94%83.33%-
HSV(B)21.27º31.35%98.82%-
XYZ68.5765.4948.56-
YUV213.06105.4155.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=40.26%
G=32.11%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220117300.200.310.0121.2792.9483.33
HexFCC9AD0141F1155d53
Octal37431125502437125135123
Binary1111110011001001101011010101001111111010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9AD; }

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

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

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

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

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

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

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

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