Html Css Color HEX #FFDBB9 Peach Puff

📋 copy color: '#FFDBB9'

red 255 ◦ green 219 ◦ blue 185

#FFDBB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach Puff #FFDBB9

Tints of Peach Puff #FFDBB9

RGB

 RED value IS 255 (100% from 255) = 38.69%

 GREEN value IS 219 (85.94% from 255) = 33.23%

 BLUE value IS 185 (72.66% from 255) = 28.07%

R = 38.69%
G = 33.23%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFDBB9 (or 0xFFDBB9) is known color: Peach Puff. HEX triplet: FF, DB and B9. RGB value is (255,219,185). Sum of RGB (Red+Green+Blue) = 255+219+185=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 185 (72.66% from 255 or 28.07% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBB9 is #002446. Grayscale: #E2E2E2. Windows color (decimal): -9287 or 12180479. OLE color: 12180479.

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

Color convert

RGB 255 219 185 -
CMYK 0 0.14 0.27 0
HSL 29.14º 1% 0.86% -
HSV(B) 29.14º 0.27% 1% -
XYZ 75.33 75.43 56.49 -
YUV 225.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 255 219 185 0 0.14 0.27 0 29.14 1 0.86
Hex FF DB B9 0 E 1B 0 1D 64 56
Octal 377 333 271 0 16 33 0 35 144 126
Binary 11111111 11011011 10111001 0 1110 11011 0 11101 1100100 1010110

Color Harmonies of #FFDBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBB9

Black with #FFDBB9

Text Example


Text Example

White with #FFDBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBB9; }

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

 H1.HeaderClassName
 {
   color: #FFDBB9;
 }
 .AnyTagClassName
 {
   color: #FFDBB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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