#FFDBBB

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

Shades of Peach Puff #FFDBBB

Tints of Peach Puff #FFDBBB

Color information

#FFDBBB (or 0xFFDBBB) is unknown color: approx Peach Puff. HEX triplet: FF, DB and BB. RGB value is (255,219,187). Sum of RGB (Red+Green+Blue) = 255+219+187=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBBB is #002444. Grayscale: #E2E2E2. Windows color (decimal): -9285 or 12311551. OLE color: 12311551.

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

Color convert

RGB255219187-
CMYK00.140.270
HSL28.24º100%86.67%-
HSV(B)28.24º26.67%100%-
XYZ75.5475.5157.61-
YUV226.12105.93148.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 187 (73.44% from 255) = 28.29%
R=38.58%
G=33.13%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521918700.140.27028.2410086.67
HexFFDBBB0E1B01c6457
Octal37733327301633034144127
Binary111111111101101110111011011101101101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBBB; }

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

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

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

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

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

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

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

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