#FFD8B7

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

Shades of Peach Puff #FFD8B7

Tints of Peach Puff #FFD8B7

Color information

#FFD8B7 (or 0xFFD8B7) is unknown color: approx Peach Puff. HEX triplet: FF, D8 and B7. RGB value is (255,216,183). Sum of RGB (Red+Green+Blue) = 255+216+183=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 183 (71.88% from 255 or 27.98% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8B7 is #002748. Grayscale: #E0E0E0. Windows color (decimal): -10057 or 12048639. OLE color: 12048639.

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

Color convert

RGB255216183-
CMYK00.150.280
HSL27.5º100%85.88%-
HSV(B)27.5º28.24%100%-
XYZ74.3473.7955.12-
YUV223.9104.92150.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 183 (71.88% from 255) = 27.98%
R=38.99%
G=33.03%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521618300.150.28027.510085.88
HexFFD8B70F1C01c6456
Octal37733026701734034144126
Binary111111111101100010110111011111110001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8B7; }

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

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

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

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

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

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

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

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