#FCD6B5

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

Shades of Peach Puff #FCD6B5

Tints of Peach Puff #FCD6B5

Color information

#FCD6B5 (or 0xFCD6B5) is unknown color: approx Peach Puff. HEX triplet: FC, D6 and B5. RGB value is (252,214,181). Sum of RGB (Red+Green+Blue) = 252+214+181=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6B5 is #03294A. Grayscale: #DDDDDD. Windows color (decimal): -207179 or 11917052. OLE color: 11917052.

HSL color Cylindrical-coordinate representation of color #FCD6B5: hue angle of 27.89º degrees, saturation: 0.92, 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 #FCD6B5 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252214181-
CMYK00.150.280.01
HSL27.89º92.21%84.9%-
HSV(B)27.89º28.17%98.82%-
XYZ72.5372.1253.81-
YUV221.6105.09149.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 214 (83.98% from 255) = 33.08%
BLUE value IS 181 (71.09% from 255) = 27.98%
R=38.95%
G=33.08%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221418100.150.280.0127.8992.2184.9
HexFCD6B50F1C11c5c55
Octal37432626501734134134125
Binary111111001101011010110101011111110011110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6B5; }

 p { color: rgb(252,214,181); }

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

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

 a { background-color: rgb(252,214,181); }

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

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

 span { border-color: rgb(252,214,181); }

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