Html Css Color HEX #FFD7BA Peach Puff

📋 copy color: '#FFD7BA'

red 255 ◦ green 215 ◦ blue 186

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

Shades of Peach Puff #FFD7BA

Tints of Peach Puff #FFD7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.77%

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

R = 38.87%
G = 32.77%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFD7BA (or 0xFFD7BA) is known color: Peach Puff. HEX triplet: FF, D7 and BA. RGB value is (255,215,186). Sum of RGB (Red+Green+Blue) = 255+215+186=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7BA is #002845. Grayscale: #DFDFDF. Windows color (decimal): -10310 or 12244991. OLE color: 12244991.

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

Color convert

RGB 255 215 186 -
CMYK 0 0.16 0.27 0
HSL 25.22º 1% 0.86% -
HSV(B) 25.22º 0.27% 1% -
XYZ 74.4 73.41 56.7 -
YUV 223.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 255 215 186 0 0.16 0.27 0 25.22 1 0.86
Hex FF D7 BA 0 10 1B 0 19 64 56
Octal 377 327 272 0 20 33 0 31 144 126
Binary 11111111 11010111 10111010 0 10000 11011 0 11001 1100100 1010110

Color Harmonies of #FFD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7BA

Black with #FFD7BA

Text Example


Text Example

White with #FFD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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