#FCD8B9

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

Shades of Peach Puff #FCD8B9

Tints of Peach Puff #FCD8B9

Color information

#FCD8B9 (or 0xFCD8B9) is unknown color: approx Peach Puff. HEX triplet: FC, D8 and B9. RGB value is (252,216,185). Sum of RGB (Red+Green+Blue) = 252+216+185=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8B9 is #032746. Grayscale: #DFDFDF. Windows color (decimal): -206663 or 12179708. OLE color: 12179708.

HSL color Cylindrical-coordinate representation of color #FCD8B9: hue angle of 27.76º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCD8B9 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252216185-
CMYK00.140.270.01
HSL27.76º91.78%85.69%-
HSV(B)27.76º26.59%98.82%-
XYZ73.4673.3156.18-
YUV223.23106.43148.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 185 (72.66% from 255) = 28.33%
R=38.59%
G=33.08%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221618500.140.270.0127.7691.7885.69
HexFCD8B90E1B11c5c56
Octal37433027101633134134126
Binary111111001101100010111001011101101111110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8B9; }

 p { color: rgb(252,216,185); }

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

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

 a { background-color: rgb(252,216,185); }

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

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

 span { border-color: rgb(252,216,185); }

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