#FDD7B9

Color #FDD7B9 Peach Puff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach Puff #FDD7B9

Tints of Peach Puff #FDD7B9

Color information

#FDD7B9 (or 0xFDD7B9) is unknown color: approx Peach Puff. HEX triplet: FD, D7 and B9. RGB value is (253,215,185). Sum of RGB (Red+Green+Blue) = 253+215+185=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7B9 is #022846. Grayscale: #DFDFDF. Windows color (decimal): -141383 or 12179453. OLE color: 12179453.

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

Color convert

RGB253215185-
CMYK00.150.270.01
HSL26.47º94.44%85.88%-
HSV(B)26.47º26.88%99.22%-
XYZ73.5772.9956.11-
YUV222.94106.59149.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 185 (72.66% from 255) = 28.33%
R=38.74%
G=32.92%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321518500.150.270.0126.4794.4485.88
HexFDD7B90F1B11a5e56
Octal37532727101733132136126
Binary111111011101011110111001011111101111101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7B9; }

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

 H1.HeaderClassName
 {
   color: #FDD7B9;
 }
 .AnyTagClassName
 {
   color: #FDD7B9;
 }
</style>
background-color css

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

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

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

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

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

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