#FAD6BA

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

Shades of Peach Puff #FAD6BA

Tints of Peach Puff #FAD6BA

Color information

#FAD6BA (or 0xFAD6BA) is unknown color: approx Peach Puff. HEX triplet: FA, D6 and BA. RGB value is (250,214,186). Sum of RGB (Red+Green+Blue) = 250+214+186=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6BA is #052945. Grayscale: #DDDDDD. Windows color (decimal): -338246 or 12244730. OLE color: 12244730.

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

Color convert

RGB250214186-
CMYK00.140.260.02
HSL26.25º86.49%85.49%-
HSV(B)26.25º25.6%98.04%-
XYZ72.3371.9656.53-
YUV221.57107.93148.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 186 (73.05% from 255) = 28.62%
R=38.46%
G=32.92%
B=28.62%

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
Decimal25021418600.140.260.0226.2586.4985.49
HexFAD6BA0E1A21a5655
Octal37232627201632232126125
Binary1111101011010110101110100111011010101101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6BA; }

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

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

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

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

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

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

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

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