#FAD8BA

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

Shades of Peach Puff #FAD8BA

Tints of Peach Puff #FAD8BA

Color information

#FAD8BA (or 0xFAD8BA) is unknown color: approx Peach Puff. HEX triplet: FA, D8 and BA. RGB value is (250,216,186). Sum of RGB (Red+Green+Blue) = 250+216+186=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8BA is #052745. Grayscale: #DEDEDE. Windows color (decimal): -337734 or 12245242. OLE color: 12245242.

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

Color convert

RGB250216186-
CMYK00.140.260.02
HSL28.13º86.49%85.49%-
HSV(B)28.13º25.6%98.04%-
XYZ72.8472.9856.7-
YUV222.75107.26147.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 216 (84.77% from 255) = 33.13%
BLUE value IS 186 (73.05% from 255) = 28.53%
R=38.34%
G=33.13%
B=28.53%

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
Decimal25021618600.140.260.0228.1386.4985.49
HexFAD8BA0E1A21c5655
Octal37233027201632234126125
Binary1111101011011000101110100111011010101110010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8BA; }

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

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

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

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

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

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

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

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