#FCD4B6

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

Shades of Peach Puff #FCD4B6

Tints of Peach Puff #FCD4B6

Color information

#FCD4B6 (or 0xFCD4B6) is unknown color: approx Peach Puff. HEX triplet: FC, D4 and B6. RGB value is (252,212,182). Sum of RGB (Red+Green+Blue) = 252+212+182=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 182 (71.48% from 255 or 28.17% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4B6 is #032B49. Grayscale: #DCDCDC. Windows color (decimal): -207690 or 11982076. OLE color: 11982076.

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

Color convert

RGB252212182-
CMYK00.160.280.01
HSL25.71º92.11%85.1%-
HSV(B)25.71º27.78%98.82%-
XYZ72.1371.1654.19-
YUV220.54106.25150.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 212 (83.20% from 255) = 32.82%
BLUE value IS 182 (71.48% from 255) = 28.17%
R=39.01%
G=32.82%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221218200.160.280.0125.7192.1185.1
HexFCD4B60101C11a5c55
Octal37432426602034132134125
Binary1111110011010100101101100100001110011101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4B6; }

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

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

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

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

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

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

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

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