#FBD8BA

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

Shades of Peach Puff #FBD8BA

Tints of Peach Puff #FBD8BA

Color information

#FBD8BA (or 0xFBD8BA) is unknown color: approx Peach Puff. HEX triplet: FB, D8 and BA. RGB value is (251,216,186). Sum of RGB (Red+Green+Blue) = 251+216+186=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8BA is #042745. Grayscale: #DFDFDF. Windows color (decimal): -272198 or 12245243. OLE color: 12245243.

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

Color convert

RGB251216186-
CMYK00.140.260.02
HSL27.69º89.04%85.69%-
HSV(B)27.69º25.9%98.43%-
XYZ73.273.1756.72-
YUV223.04107.1147.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=38.44%
G=33.08%
B=28.48%

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
Decimal25121618600.140.260.0227.6989.0485.69
HexFBD8BA0E1A21c5956
Octal37333027201632234131126
Binary1111101111011000101110100111011010101110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8BA; }

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

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

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

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

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

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

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

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