Html Css Color HEX #FDD7B5 Peach Puff

📋 copy color: '#FDD7B5'

red 253 ◦ green 215 ◦ blue 181

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

Shades of Peach Puff #FDD7B5

Tints of Peach Puff #FDD7B5

RGB

 RED value IS 253 (99.22% from 255) = 38.98%

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

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

R = 38.98%
G = 33.13%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDD7B5 (or 0xFDD7B5) is known color: Peach Puff. HEX triplet: FD, D7 and B5. RGB value is (253,215,181). Sum of RGB (Red+Green+Blue) = 253+215+181=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7B5 is #02284A. Grayscale: #DEDEDE. Windows color (decimal): -141387 or 11917309. OLE color: 11917309.

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

Color convert

RGB 253 215 181 -
CMYK 0 0.15 0.28 0.01
HSL 28.33º 0.95% 0.85% -
HSV(B) 28.33º 0.28% 0.99% -
XYZ 73.15 72.82 53.92 -
YUV 222.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 253 215 181 0 0.15 0.28 0.01 28.33 0.95 0.85
Hex FD D7 B5 0 F 1C 1 1C 5F 55
Octal 375 327 265 0 17 34 1 34 137 125
Binary 11111101 11010111 10110101 0 1111 11100 1 11100 1011111 1010101

Color Harmonies of #FDD7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7B5

Black with #FDD7B5

Text Example


Text Example

White with #FDD7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7B5; }

 p { color: rgb(253,215,181); }

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

background-color css

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

 a { background-color: rgb(253,215,181); }

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

border-color css

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

 span { border-color: rgb(253,215,181); }

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