Html Css Color HEX #FFD9B8 Peach Puff

📋 copy color: '#FFD9B8'

red 255 ◦ green 217 ◦ blue 184

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

Shades of Peach Puff #FFD9B8

Tints of Peach Puff #FFD9B8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.08%

 BLUE value IS 184 (72.27% from 255) = 28.05%

R = 38.87%
G = 33.08%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFD9B8 (or 0xFFD9B8) is known color: Peach Puff. HEX triplet: FF, D9 and B8. RGB value is (255,217,184). Sum of RGB (Red+Green+Blue) = 255+217+184=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9B8 is #002647. Grayscale: #E0E0E0. Windows color (decimal): -9800 or 12114431. OLE color: 12114431.

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

Color convert

RGB 255 217 184 -
CMYK 0 0.15 0.28 0
HSL 27.89º 1% 0.86% -
HSV(B) 27.89º 0.28% 1% -
XYZ 74.7 74.35 55.76 -
YUV 224.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 255 217 184 0 0.15 0.28 0 27.89 1 0.86
Hex FF D9 B8 0 F 1C 0 1C 64 56
Octal 377 331 270 0 17 34 0 34 144 126
Binary 11111111 11011001 10111000 0 1111 11100 0 11100 1100100 1010110

Color Harmonies of #FFD9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9B8

Black with #FFD9B8

Text Example


Text Example

White with #FFD9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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