#FBDBBD

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

Shades of Peach Puff #FBDBBD

Tints of Peach Puff #FBDBBD

Color information

#FBDBBD (or 0xFBDBBD) is unknown color: approx Peach Puff. HEX triplet: FB, DB and BD. RGB value is (251,219,189). Sum of RGB (Red+Green+Blue) = 251+219+189=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBBD is #042442. Grayscale: #E1E1E1. Windows color (decimal): -271427 or 12442619. OLE color: 12442619.

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

Color convert

RGB251219189-
CMYK00.130.250.02
HSL29.03º88.57%86.27%-
HSV(B)29.03º24.7%98.43%-
XYZ74.374.8558.67-
YUV225.15107.6146.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 189 (74.22% from 255) = 28.68%
R=38.09%
G=33.23%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121918900.130.250.0229.0388.5786.27
HexFBDBBD0D1921d5956
Octal37333327501531235131126
Binary1111101111011011101111010110111001101110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBBD; }

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

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

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

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

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

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

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

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