#FBD5B5

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

Shades of Peach Puff #FBD5B5

Tints of Peach Puff #FBD5B5

Color information

#FBD5B5 (or 0xFBD5B5) is unknown color: approx Peach Puff. HEX triplet: FB, D5 and B5. RGB value is (251,213,181). Sum of RGB (Red+Green+Blue) = 251+213+181=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5B5 is #042A4A. Grayscale: #DCDCDC. Windows color (decimal): -272971 or 11916795. OLE color: 11916795.

HSL color Cylindrical-coordinate representation of color #FBD5B5: hue angle of 27.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBD5B5 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251213181-
CMYK00.150.280.02
HSL27.43º89.74%84.71%-
HSV(B)27.43º27.89%98.43%-
XYZ71.9271.4353.71-
YUV220.71105.59149.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 181 (71.09% from 255) = 28.06%
R=38.91%
G=33.02%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121318100.150.280.0227.4389.7484.71
HexFBD5B50F1C21b5a55
Octal37332526501734233132125
Binary1111101111010101101101010111111100101101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5B5; }

 p { color: rgb(251,213,181); }

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

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

 a { background-color: rgb(251,213,181); }

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

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

 span { border-color: rgb(251,213,181); }

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