#FDD7BA

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

Shades of Peach Puff #FDD7BA

Tints of Peach Puff #FDD7BA

Color information

#FDD7BA (or 0xFDD7BA) is unknown color: approx Peach Puff. HEX triplet: FD, D7 and BA. RGB value is (253,215,186). Sum of RGB (Red+Green+Blue) = 253+215+186=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BA is #022845. Grayscale: #DFDFDF. Windows color (decimal): -141382 or 12244989. OLE color: 12244989.

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

Color convert

RGB253215186-
CMYK00.150.260.01
HSL25.97º94.37%86.08%-
HSV(B)25.97º26.48%99.22%-
XYZ73.6773.0356.67-
YUV223.06107.09149.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 186 (73.05% from 255) = 28.44%
R=38.69%
G=32.87%
B=28.44%

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
Decimal25321518600.150.260.0125.9794.3786.08
HexFDD7BA0F1A11a5e56
Octal37532727201732132136126
Binary111111011101011110111010011111101011101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7BA; }

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

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

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

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

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

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

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

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