#FDCCAC

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

Shades of Apricot #FDCCAC

Tints of Apricot #FDCCAC

Color information

#FDCCAC (or 0xFDCCAC) is unknown color: approx Apricot. HEX triplet: FD, CC and AC. RGB value is (253,204,172). Sum of RGB (Red+Green+Blue) = 253+204+172=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAC is #023353. Grayscale: #D7D7D7. Windows color (decimal): -144212 or 11324669. OLE color: 11324669.

HSL color Cylindrical-coordinate representation of color #FDCCAC: hue angle of 23.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDCCAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253204172-
CMYK00.190.320.01
HSL23.7º95.29%83.33%-
HSV(B)23.7º32.02%99.22%-
XYZ69.5567.0548.31-
YUV215103.73155.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 172 (67.58% from 255) = 27.34%
R=40.22%
G=32.43%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320417200.190.320.0123.795.2983.33
HexFDCCAC013201185f53
Octal37531425402340130137123
Binary11111101110011001010110001001110000011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCAC; }

 p { color: rgb(253,204,172); }

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

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

 a { background-color: rgb(253,204,172); }

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

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

 span { border-color: rgb(253,204,172); }

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