#FCD4B7

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

Shades of Peach Puff #FCD4B7

Tints of Peach Puff #FCD4B7

Color information

#FCD4B7 (or 0xFCD4B7) is unknown color: approx Peach Puff. HEX triplet: FC, D4 and B7. RGB value is (252,212,183). Sum of RGB (Red+Green+Blue) = 252+212+183=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4B7 is #032B48. Grayscale: #DCDCDC. Windows color (decimal): -207689 or 12047612. OLE color: 12047612.

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

Color convert

RGB252212183-
CMYK00.160.270.01
HSL25.22º92%85.29%-
HSV(B)25.22º27.38%98.82%-
XYZ72.2471.254.74-
YUV220.65106.75150.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 212 (83.20% from 255) = 32.77%
BLUE value IS 183 (71.88% from 255) = 28.28%
R=38.95%
G=32.77%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221218300.160.270.0125.229285.29
HexFCD4B70101B1195c55
Octal37432426702033131134125
Binary1111110011010100101101110100001101111100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4B7; }

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

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

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

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

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

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

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

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