Html Css Color HEX #FDD7B7 Peach Puff

📋 copy color: '#FDD7B7'

red 253 ◦ green 215 ◦ blue 183

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

Shades of Peach Puff #FDD7B7

Tints of Peach Puff #FDD7B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.11%

R = 38.86%
G = 33.03%
B = 28.11%

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

#FDD7B7 (or 0xFDD7B7) is known color: Peach Puff. HEX triplet: FD, D7 and B7. RGB value is (253,215,183). Sum of RGB (Red+Green+Blue) = 253+215+183=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 183 (71.88% from 255 or 28.11% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7B7 is #022848. Grayscale: #DEDEDE. Windows color (decimal): -141385 or 12048381. OLE color: 12048381.

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

Color convert

RGB 253 215 183 -
CMYK 0 0.15 0.28 0.01
HSL 27.43º 0.95% 0.85% -
HSV(B) 27.43º 0.28% 0.99% -
XYZ 73.36 72.9 55.01 -
YUV 222.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 253 215 183 0 0.15 0.28 0.01 27.43 0.95 0.85
Hex FD D7 B7 0 F 1C 1 1B 5F 55
Octal 375 327 267 0 17 34 1 33 137 125
Binary 11111101 11010111 10110111 0 1111 11100 1 11011 1011111 1010101

Color Harmonies of #FDD7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7B7

Black with #FDD7B7

Text Example


Text Example

White with #FDD7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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