#FDCEAD

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

Shades of Apricot #FDCEAD

Tints of Apricot #FDCEAD

Color information

#FDCEAD (or 0xFDCEAD) is unknown color: approx Apricot. HEX triplet: FD, CE and AD. RGB value is (253,206,173). Sum of RGB (Red+Green+Blue) = 253+206+173=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAD is #023152. Grayscale: #D8D8D8. Windows color (decimal): -143699 or 11390717. OLE color: 11390717.

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

Color convert

RGB253206173-
CMYK00.190.320.01
HSL24.75º95.24%83.53%-
HSV(B)24.75º31.62%99.22%-
XYZ70.1268.0448.97-
YUV216.29103.57154.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 173 (67.97% from 255) = 27.37%
R=40.03%
G=32.59%
B=27.37%

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
Decimal25320617300.190.320.0124.7595.2483.53
HexFDCEAD013201195f54
Octal37531625502340131137124
Binary11111101110011101010110101001110000011100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEAD; }

 p { color: rgb(253,206,173); }

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

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

 a { background-color: rgb(253,206,173); }

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

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

 span { border-color: rgb(253,206,173); }

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