#FCDBBC

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

Shades of Peach Puff #FCDBBC

Tints of Peach Puff #FCDBBC

Color information

#FCDBBC (or 0xFCDBBC) is unknown color: approx Peach Puff. HEX triplet: FC, DB and BC. RGB value is (252,219,188). Sum of RGB (Red+Green+Blue) = 252+219+188=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBBC is #032443. Grayscale: #E1E1E1. Windows color (decimal): -205892 or 12377084. OLE color: 12377084.

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

Color convert

RGB252219188-
CMYK00.130.250.01
HSL29.06º91.43%86.27%-
HSV(B)29.06º25.4%98.82%-
XYZ74.5574.9958.12-
YUV225.33106.93147.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 188 (73.83% from 255) = 28.53%
R=38.24%
G=33.23%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221918800.130.250.0129.0691.4386.27
HexFCDBBC0D1911d5b56
Octal37433327401531135133126
Binary111111001101101110111100011011100111110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBBC; }

 p { color: rgb(252,219,188); }

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

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

 a { background-color: rgb(252,219,188); }

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

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

 span { border-color: rgb(252,219,188); }

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