#FDC8B4

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

Shades of Apricot #FDC8B4

Tints of Apricot #FDC8B4

Color information

#FDC8B4 (or 0xFDC8B4) is unknown color: approx Apricot. HEX triplet: FD, C8 and B4. RGB value is (253,200,180). Sum of RGB (Red+Green+Blue) = 253+200+180=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8B4 is #02374B. Grayscale: #D5D5D5. Windows color (decimal): -145228 or 11847933. OLE color: 11847933.

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

Color convert

RGB253200180-
CMYK00.210.290.01
HSL16.44º94.81%84.9%-
HSV(B)16.44º28.85%99.22%-
XYZ69.465.4952.16-
YUV213.57109.06156.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 180 (70.70% from 255) = 28.44%
R=39.97%
G=31.60%
B=28.44%

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
Decimal25320018000.210.290.0116.4494.8184.9
HexFDC8B40151D1105f55
Octal37531026402535120137125
Binary1111110111001000101101000101011110111000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8B4; }

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

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

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

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

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

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

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

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