#FAD5B5

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

Shades of Peach Puff #FAD5B5

Tints of Peach Puff #FAD5B5

Color information

#FAD5B5 (or 0xFAD5B5) is unknown color: approx Peach Puff. HEX triplet: FA, D5 and B5. RGB value is (250,213,181). Sum of RGB (Red+Green+Blue) = 250+213+181=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5B5 is #052A4A. Grayscale: #DCDCDC. Windows color (decimal): -338507 or 11916794. OLE color: 11916794.

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

Color convert

RGB250213181-
CMYK00.150.280.02
HSL27.83º87.34%84.51%-
HSV(B)27.83º27.6%98.04%-
XYZ71.5671.2553.7-
YUV220.42105.76149.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 181 (71.09% from 255) = 28.11%
R=38.82%
G=33.07%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021318100.150.280.0227.8387.3484.51
HexFAD5B50F1C21c5755
Octal37232526501734234127125
Binary1111101011010101101101010111111100101110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5B5; }

 p { color: rgb(250,213,181); }

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

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

 a { background-color: rgb(250,213,181); }

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

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

 span { border-color: rgb(250,213,181); }

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