#FFD8B8

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

Shades of Peach Puff #FFD8B8

Tints of Peach Puff #FFD8B8

Color information

#FFD8B8 (or 0xFFD8B8) is unknown color: approx Peach Puff. HEX triplet: FF, D8 and B8. RGB value is (255,216,184). Sum of RGB (Red+Green+Blue) = 255+216+184=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8B8 is #002747. Grayscale: #E0E0E0. Windows color (decimal): -10056 or 12114175. OLE color: 12114175.

HSL color Cylindrical-coordinate representation of color #FFD8B8: hue angle of 27.04º 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 #FFD8B8 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB255216184-
CMYK00.150.280
HSL27.04º100%86.08%-
HSV(B)27.04º27.84%100%-
XYZ74.4573.8355.67-
YUV224.01105.42150.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 184 (72.27% from 255) = 28.09%
R=38.93%
G=32.98%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521618400.150.28027.0410086.08
HexFFD8B80F1C01b6456
Octal37733027001734033144126
Binary111111111101100010111000011111110001101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8B8; }

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

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

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

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

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

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

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

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