#FDC8B3

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

Shades of Apricot #FDC8B3

Tints of Apricot #FDC8B3

Color information

#FDC8B3 (or 0xFDC8B3) is unknown color: approx Apricot. HEX triplet: FD, C8 and B3. RGB value is (253,200,179). Sum of RGB (Red+Green+Blue) = 253+200+179=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8B3 is #02374C. Grayscale: #D5D5D5. Windows color (decimal): -145229 or 11782397. OLE color: 11782397.

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

Color convert

RGB253200179-
CMYK00.210.290.01
HSL17.03º94.87%84.71%-
HSV(B)17.03º29.25%99.22%-
XYZ69.365.4551.63-
YUV213.45108.56156.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 200 (78.52% from 255) = 31.65%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=40.03%
G=31.65%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320017900.210.290.0117.0394.8784.71
HexFDC8B30151D1115f55
Octal37531026302535121137125
Binary1111110111001000101100110101011110111000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8B3; }

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

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

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

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

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

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

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

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