#FDD9B9

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

Shades of Peach Puff #FDD9B9

Tints of Peach Puff #FDD9B9

Color information

#FDD9B9 (or 0xFDD9B9) is unknown color: approx Peach Puff. HEX triplet: FD, D9 and B9. RGB value is (253,217,185). Sum of RGB (Red+Green+Blue) = 253+217+185=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9B9 is #022646. Grayscale: #E0E0E0. Windows color (decimal): -140871 or 12179965. OLE color: 12179965.

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

Color convert

RGB253217185-
CMYK00.140.270.01
HSL28.24º94.44%85.88%-
HSV(B)28.24º26.88%99.22%-
XYZ74.0874.0156.28-
YUV224.12105.93148.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 185 (72.66% from 255) = 28.24%
R=38.63%
G=33.13%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321718500.140.270.0128.2494.4485.88
HexFDD9B90E1B11c5e56
Octal37533127101633134136126
Binary111111011101100110111001011101101111110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9B9; }

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

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

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

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

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

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

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

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