Html Css Color HEX #FFD8B5 Peach Puff

📋 copy color: '#FFD8B5'

red 255 ◦ green 216 ◦ blue 181

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

Shades of Peach Puff #FFD8B5

Tints of Peach Puff #FFD8B5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.13%

 BLUE value IS 181 (71.09% from 255) = 27.76%

R = 39.11%
G = 33.13%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFD8B5 (or 0xFFD8B5) is known color: Peach Puff. HEX triplet: FF, D8 and B5. RGB value is (255,216,181). Sum of RGB (Red+Green+Blue) = 255+216+181=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8B5 is #00274A. Grayscale: #DFDFDF. Windows color (decimal): -10059 or 11917567. OLE color: 11917567.

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

Color convert

RGB 255 216 181 -
CMYK 0 0.15 0.29 0
HSL 28.38º 1% 0.85% -
HSV(B) 28.38º 0.29% 1% -
XYZ 74.14 73.71 54.04 -
YUV 223.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 255 216 181 0 0.15 0.29 0 28.38 1 0.85
Hex FF D8 B5 0 F 1D 0 1C 64 55
Octal 377 330 265 0 17 35 0 34 144 125
Binary 11111111 11011000 10110101 0 1111 11101 0 11100 1100100 1010101

Color Harmonies of #FFD8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD8B5

Black with #FFD8B5

Text Example


Text Example

White with #FFD8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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