#FBD8BB

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

Shades of Peach Puff #FBD8BB

Tints of Peach Puff #FBD8BB

Color information

#FBD8BB (or 0xFBD8BB) is unknown color: approx Peach Puff. HEX triplet: FB, D8 and BB. RGB value is (251,216,187). Sum of RGB (Red+Green+Blue) = 251+216+187=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8BB is #042744. Grayscale: #DFDFDF. Windows color (decimal): -272197 or 12310779. OLE color: 12310779.

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

Color convert

RGB251216187-
CMYK00.140.250.02
HSL27.19º88.89%85.88%-
HSV(B)27.19º25.5%98.43%-
XYZ73.3173.2157.28-
YUV223.16107.6147.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 187 (73.44% from 255) = 28.59%
R=38.38%
G=33.03%
B=28.59%

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
Decimal25121618700.140.250.0227.1988.8985.88
HexFBD8BB0E1921b5956
Octal37333027301631233131126
Binary1111101111011000101110110111011001101101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8BB; }

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

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

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

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

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

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

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

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