#FDD7BB

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

Shades of Peach Puff #FDD7BB

Tints of Peach Puff #FDD7BB

Color information

#FDD7BB (or 0xFDD7BB) is unknown color: approx Peach Puff. HEX triplet: FD, D7 and BB. RGB value is (253,215,187). Sum of RGB (Red+Green+Blue) = 253+215+187=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BB is #022844. Grayscale: #DFDFDF. Windows color (decimal): -141381 or 12310525. OLE color: 12310525.

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

Color convert

RGB253215187-
CMYK00.150.260.01
HSL25.45º94.29%86.27%-
HSV(B)25.45º26.09%99.22%-
XYZ73.7873.0757.23-
YUV223.17107.59149.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=38.63%
G=32.82%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321518700.150.260.0125.4594.2986.27
HexFDD7BB0F1A1195e56
Octal37532727301732131136126
Binary111111011101011110111011011111101011100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7BB; }

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

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

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

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

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

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

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

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