#FBDCBD

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

Shades of Peach Puff #FBDCBD

Tints of Peach Puff #FBDCBD

Color information

#FBDCBD (or 0xFBDCBD) is unknown color: approx Peach Puff. HEX triplet: FB, DC and BD. RGB value is (251,220,189). Sum of RGB (Red+Green+Blue) = 251+220+189=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCBD is #042342. Grayscale: #E1E1E1. Windows color (decimal): -271171 or 12442875. OLE color: 12442875.

HSL color Cylindrical-coordinate representation of color #FBDCBD: hue angle of 30º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBDCBD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251220189-
CMYK00.120.250.02
HSL30º88.57%86.27%-
HSV(B)30º24.7%98.43%-
XYZ74.5675.3758.76-
YUV225.73107.27146.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=38.03%
G=33.33%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122018900.120.250.023088.5786.27
HexFBDCBD0C1921e5956
Octal37333427501431236131126
Binary1111101111011100101111010110011001101111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCBD; }

 p { color: rgb(251,220,189); }

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

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

 a { background-color: rgb(251,220,189); }

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

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

 span { border-color: rgb(251,220,189); }

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