#FDC8AF

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

Shades of Apricot #FDC8AF

Tints of Apricot #FDC8AF

Color information

#FDC8AF (or 0xFDC8AF) is unknown color: approx Apricot. HEX triplet: FD, C8 and AF. RGB value is (253,200,175). Sum of RGB (Red+Green+Blue) = 253+200+175=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8AF is #023750. Grayscale: #D5D5D5. Windows color (decimal): -145233 or 11520253. OLE color: 11520253.

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

Color convert

RGB253200175-
CMYK00.210.310.01
HSL19.23º95.12%83.92%-
HSV(B)19.23º30.83%99.22%-
XYZ68.965.2949.53-
YUV213106.56156.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=40.29%
G=31.85%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320017500.210.310.0119.2395.1283.92
HexFDC8AF0151F1135f54
Octal37531025702537123137124
Binary1111110111001000101011110101011111111001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8AF; }

 p { color: rgb(253,200,175); }

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

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

 a { background-color: rgb(253,200,175); }

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

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

 span { border-color: rgb(253,200,175); }

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