#FBD9BB

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

Shades of Peach Puff #FBD9BB

Tints of Peach Puff #FBD9BB

Color information

#FBD9BB (or 0xFBD9BB) is unknown color: approx Peach Puff. HEX triplet: FB, D9 and BB. RGB value is (251,217,187). Sum of RGB (Red+Green+Blue) = 251+217+187=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9BB is #042644. Grayscale: #DFDFDF. Windows color (decimal): -271941 or 12311035. OLE color: 12311035.

HSL color Cylindrical-coordinate representation of color #FBD9BB: hue angle of 28.13º 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 #FBD9BB is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251217187-
CMYK00.140.250.02
HSL28.13º88.89%85.88%-
HSV(B)28.13º25.5%98.43%-
XYZ73.5773.7257.37-
YUV223.75107.26147.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=38.32%
G=33.13%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121718700.140.250.0228.1388.8985.88
HexFBD9BB0E1921c5956
Octal37333127301631234131126
Binary1111101111011001101110110111011001101110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9BB; }

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

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

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

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

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

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

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

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