#FDCDAF

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

Shades of Apricot #FDCDAF

Tints of Apricot #FDCDAF

Color information

#FDCDAF (or 0xFDCDAF) is unknown color: approx Apricot. HEX triplet: FD, CD and AF. RGB value is (253,205,175). Sum of RGB (Red+Green+Blue) = 253+205+175=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDAF is #023250. Grayscale: #D8D8D8. Windows color (decimal): -143953 or 11521533. OLE color: 11521533.

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

Color convert

RGB253205175-
CMYK00.190.310.01
HSL23.08º95.12%83.92%-
HSV(B)23.08º30.83%99.22%-
XYZ70.0867.6449.92-
YUV215.93104.9154.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=39.97%
G=32.39%
B=27.65%

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
Decimal25320517500.190.310.0123.0895.1283.92
HexFDCDAF0131F1175f54
Octal37531525702337127137124
Binary1111110111001101101011110100111111111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDAF; }

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

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

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

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

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

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

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

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