#FDCEAE

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

Shades of Apricot #FDCEAE

Tints of Apricot #FDCEAE

Color information

#FDCEAE (or 0xFDCEAE) is unknown color: approx Apricot. HEX triplet: FD, CE and AE. RGB value is (253,206,174). Sum of RGB (Red+Green+Blue) = 253+206+174=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAE is #023151. Grayscale: #D8D8D8. Windows color (decimal): -143698 or 11456253. OLE color: 11456253.

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

Color convert

RGB253206174-
CMYK00.190.310.01
HSL24.3º95.18%83.73%-
HSV(B)24.3º31.23%99.22%-
XYZ70.2268.0849.48-
YUV216.4104.07154.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=39.97%
G=32.54%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320617400.190.310.0124.395.1883.73
HexFDCEAE0131F1185f54
Octal37531625602337130137124
Binary1111110111001110101011100100111111111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEAE; }

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

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

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

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

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

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

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

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