#FDD6B7

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

Shades of Peach Puff #FDD6B7

Tints of Peach Puff #FDD6B7

Color information

#FDD6B7 (or 0xFDD6B7) is unknown color: approx Peach Puff. HEX triplet: FD, D6 and B7. RGB value is (253,214,183). Sum of RGB (Red+Green+Blue) = 253+214+183=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6B7 is #022948. Grayscale: #DEDEDE. Windows color (decimal): -141641 or 12048125. OLE color: 12048125.

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

Color convert

RGB253214183-
CMYK00.150.280.01
HSL26.57º94.59%85.49%-
HSV(B)26.57º27.67%99.22%-
XYZ73.172.3954.92-
YUV222.13105.92150.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 183 (71.88% from 255) = 28.15%
R=38.92%
G=32.92%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321418300.150.280.0126.5794.5985.49
HexFDD6B70F1C11b5f55
Octal37532626701734133137125
Binary111111011101011010110111011111110011101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6B7; }

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

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

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

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

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

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

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

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