#FDC9B5

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

Shades of Apricot #FDC9B5

Tints of Apricot #FDC9B5

Color information

#FDC9B5 (or 0xFDC9B5) is unknown color: approx Apricot. HEX triplet: FD, C9 and B5. RGB value is (253,201,181). Sum of RGB (Red+Green+Blue) = 253+201+181=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9B5 is #02364A. Grayscale: #D6D6D6. Windows color (decimal): -144971 or 11913725. OLE color: 11913725.

HSL color Cylindrical-coordinate representation of color #FDC9B5: hue angle of 16.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDC9B5 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253201181-
CMYK00.210.280.01
HSL16.67º94.74%85.1%-
HSV(B)16.67º28.46%99.22%-
XYZ69.7465.9952.78-
YUV214.27109.23155.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 181 (71.09% from 255) = 28.50%
R=39.84%
G=31.65%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320118100.210.280.0116.6794.7485.1
HexFDC9B50151C1115f55
Octal37531126502534121137125
Binary1111110111001001101101010101011110011000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9B5; }

 p { color: rgb(253,201,181); }

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

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

 a { background-color: rgb(253,201,181); }

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

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

 span { border-color: rgb(253,201,181); }

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