#FAD7BA

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

Shades of Peach Puff #FAD7BA

Tints of Peach Puff #FAD7BA

Color information

#FAD7BA (or 0xFAD7BA) is unknown color: approx Peach Puff. HEX triplet: FA, D7 and BA. RGB value is (250,215,186). Sum of RGB (Red+Green+Blue) = 250+215+186=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7BA is #052845. Grayscale: #DEDEDE. Windows color (decimal): -337990 or 12244986. OLE color: 12244986.

HSL color Cylindrical-coordinate representation of color #FAD7BA: hue angle of 27.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAD7BA is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250215186-
CMYK00.140.260.02
HSL27.19º86.49%85.49%-
HSV(B)27.19º25.6%98.04%-
XYZ72.5972.4756.62-
YUV222.16107.6147.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 215 (84.38% from 255) = 33.03%
BLUE value IS 186 (73.05% from 255) = 28.57%
R=38.40%
G=33.03%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021518600.140.260.0227.1986.4985.49
HexFAD7BA0E1A21b5655
Octal37232727201632233126125
Binary1111101011010111101110100111011010101101110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7BA; }

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

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

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

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

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

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

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

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