#FDCFAE

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

Shades of Apricot #FDCFAE

Tints of Apricot #FDCFAE

Color information

#FDCFAE (or 0xFDCFAE) is unknown color: approx Apricot. HEX triplet: FD, CF and AE. RGB value is (253,207,174). Sum of RGB (Red+Green+Blue) = 253+207+174=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFAE is #023051. Grayscale: #D9D9D9. Windows color (decimal): -143442 or 11456509. OLE color: 11456509.

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

Color convert

RGB253207174-
CMYK00.180.310.01
HSL25.06º95.18%83.73%-
HSV(B)25.06º31.23%99.22%-
XYZ70.4668.5649.56-
YUV216.99103.74153.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=39.91%
G=32.65%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320717400.180.310.0125.0695.1883.73
HexFDCFAE0121F1195f54
Octal37531725602237131137124
Binary1111110111001111101011100100101111111100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFAE; }

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

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

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

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

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

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

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

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