#FFD8BB

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

Shades of Peach Puff #FFD8BB

Tints of Peach Puff #FFD8BB

Color information

#FFD8BB (or 0xFFD8BB) is unknown color: approx Peach Puff. HEX triplet: FF, D8 and BB. RGB value is (255,216,187). Sum of RGB (Red+Green+Blue) = 255+216+187=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8BB is #002744. Grayscale: #E0E0E0. Windows color (decimal): -10053 or 12310783. OLE color: 12310783.

HSL color Cylindrical-coordinate representation of color #FFD8BB: hue angle of 25.59º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFD8BB is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255216187-
CMYK00.150.270
HSL25.59º100%86.67%-
HSV(B)25.59º26.67%100%-
XYZ74.7773.9657.35-
YUV224.36106.92149.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 216 (84.77% from 255) = 32.83%
BLUE value IS 187 (73.44% from 255) = 28.42%
R=38.75%
G=32.83%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521618700.150.27025.5910086.67
HexFFD8BB0F1B01a6457
Octal37733027301733032144127
Binary111111111101100010111011011111101101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8BB; }

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

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

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

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

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

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

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

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