#FCD0AF

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

Shades of Apricot #FCD0AF

Tints of Apricot #FCD0AF

Color information

#FCD0AF (or 0xFCD0AF) is unknown color: approx Apricot. HEX triplet: FC, D0 and AF. RGB value is (252,208,175). Sum of RGB (Red+Green+Blue) = 252+208+175=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0AF is #032F50. Grayscale: #D9D9D9. Windows color (decimal): -208721 or 11522300. OLE color: 11522300.

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

Color convert

RGB252208175-
CMYK00.170.310.01
HSL25.71º92.77%83.73%-
HSV(B)25.71º30.56%98.82%-
XYZ70.4468.950.14-
YUV217.39104.08152.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=39.69%
G=32.76%
B=27.56%

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
Decimal25220817500.170.310.0125.7192.7783.73
HexFCD0AF0111F11a5d54
Octal37432025702137132135124
Binary1111110011010000101011110100011111111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0AF; }

 p { color: rgb(252,208,175); }

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

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

 a { background-color: rgb(252,208,175); }

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

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

 span { border-color: rgb(252,208,175); }

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