Html Css Color HEX #FDD5B5 Peach Puff

📋 copy color: '#FDD5B5'

red 253 ◦ green 213 ◦ blue 181

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

Shades of Peach Puff #FDD5B5

Tints of Peach Puff #FDD5B5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.92%

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

R = 39.1%
G = 32.92%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDD5B5 (or 0xFDD5B5) is known color: Peach Puff. HEX triplet: FD, D5 and B5. RGB value is (253,213,181). Sum of RGB (Red+Green+Blue) = 253+213+181=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5B5 is #022A4A. Grayscale: #DDDDDD. Windows color (decimal): -141899 or 11916797. OLE color: 11916797.

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

Color convert

RGB 253 213 181 -
CMYK 0 0.16 0.28 0.01
HSL 26.67º 0.95% 0.85% -
HSV(B) 26.67º 0.28% 0.99% -
XYZ 72.64 71.81 53.75 -
YUV 221.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 253 213 181 0 0.16 0.28 0.01 26.67 0.95 0.85
Hex FD D5 B5 0 10 1C 1 1B 5F 55
Octal 375 325 265 0 20 34 1 33 137 125
Binary 11111101 11010101 10110101 0 10000 11100 1 11011 1011111 1010101

Color Harmonies of #FDD5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5B5

Black with #FDD5B5

Text Example


Text Example

White with #FDD5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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