Html Css Color HEX #FFDBBA Peach Puff

📋 copy color: '#FFDBBA'

red 255 ◦ green 219 ◦ blue 186

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

Shades of Peach Puff #FFDBBA

Tints of Peach Puff #FFDBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.18%

R = 38.64%
G = 33.18%
B = 28.18%

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

#FFDBBA (or 0xFFDBBA) is known color: Peach Puff. HEX triplet: FF, DB and BA. RGB value is (255,219,186). Sum of RGB (Red+Green+Blue) = 255+219+186=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBBA is #002445. Grayscale: #E2E2E2. Windows color (decimal): -9286 or 12246015. OLE color: 12246015.

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

Color convert

RGB 255 219 186 -
CMYK 0 0.14 0.27 0
HSL 28.7º 1% 0.86% -
HSV(B) 28.7º 0.27% 1% -
XYZ 75.43 75.47 57.05 -
YUV 226 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 255 219 186 0 0.14 0.27 0 28.7 1 0.86
Hex FF DB BA 0 E 1B 0 1D 64 56
Octal 377 333 272 0 16 33 0 35 144 126
Binary 11111111 11011011 10111010 0 1110 11011 0 11101 1100100 1010110

Color Harmonies of #FFDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBBA

Black with #FFDBBA

Text Example


Text Example

White with #FFDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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