#FCD7B7

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

Shades of Peach Puff #FCD7B7

Tints of Peach Puff #FCD7B7

Color information

#FCD7B7 (or 0xFCD7B7) is unknown color: approx Peach Puff. HEX triplet: FC, D7 and B7. RGB value is (252,215,183). Sum of RGB (Red+Green+Blue) = 252+215+183=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7B7 is #032848. Grayscale: #DEDEDE. Windows color (decimal): -206921 or 12048380. OLE color: 12048380.

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

Color convert

RGB252215183-
CMYK00.150.270.01
HSL27.83º92%85.29%-
HSV(B)27.83º27.38%98.82%-
XYZ72.9972.7254.99-
YUV222.42105.76149.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 183 (71.88% from 255) = 28.15%
R=38.77%
G=33.08%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221518300.150.270.0127.839285.29
HexFCD7B70F1B11c5c55
Octal37432726701733134134125
Binary111111001101011110110111011111101111110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7B7; }

 p { color: rgb(252,215,183); }

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

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

 a { background-color: rgb(252,215,183); }

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

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

 span { border-color: rgb(252,215,183); }

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