#FDCAAE

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

Shades of Apricot #FDCAAE

Tints of Apricot #FDCAAE

Color information

#FDCAAE (or 0xFDCAAE) is unknown color: approx Apricot. HEX triplet: FD, CA and AE. RGB value is (253,202,174). Sum of RGB (Red+Green+Blue) = 253+202+174=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCAAE is #023551. Grayscale: #D6D6D6. Windows color (decimal): -144722 or 11455229. OLE color: 11455229.

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

Color convert

RGB253202174-
CMYK00.200.310.01
HSL21.27º95.18%83.73%-
HSV(B)21.27º31.23%99.22%-
XYZ69.2766.1849.17-
YUV214.06105.4155.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=40.22%
G=32.11%
B=27.66%

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
Decimal25320217400.200.310.0121.2795.1883.73
HexFDCAAE0141F1155f54
Octal37531225602437125137124
Binary1111110111001010101011100101001111111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAAE; }

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

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

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

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

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

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

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

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