#fbd9ba

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

Shades of Peach Puff #FBD9BA

Tints of Peach Puff #FBD9BA

Color information

#FBD9BA (or 0xFBD9BA) is unknown color: approx Peach Puff. HEX triplet: FB, D9 and BA. RGB value is (251,217,186). Sum of RGB (Red+Green+Blue) = 251+217+186=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9BA is #042645. Grayscale: #DFDFDF. Windows color (decimal): -271942 or 12245499. OLE color: 12245499.

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

Color convert

RGB251217186-
CMYK00.140.260.02
HSL28.62º89.04%85.69%-
HSV(B)28.62º25.9%98.43%-
XYZ73.4673.6856.8-
YUV223.63106.76147.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 186 (73.05% from 255) = 28.44%
R=38.38%
G=33.18%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121718600.140.260.0228.6289.0485.69
HexFBD9BA0E1A21d5956
Octal37333127201632235131126
Binary1111101111011001101110100111011010101110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbd9ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbd9ba; }

 p { color: rgb(251,217,186); }

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

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

 a { background-color: rgb(251,217,186); }

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

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

 span { border-color: rgb(251,217,186); }

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