#FADABD

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

Shades of Peach Puff #FADABD

Tints of Peach Puff #FADABD

Color information

#FADABD (or 0xFADABD) is unknown color: approx Peach Puff. HEX triplet: FA, DA and BD. RGB value is (250,218,189). Sum of RGB (Red+Green+Blue) = 250+218+189=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FADABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADABD is #052542. Grayscale: #E0E0E0. Windows color (decimal): -337219 or 12442362. OLE color: 12442362.

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

Color convert

RGB250218189-
CMYK00.130.240.02
HSL28.52º85.92%86.08%-
HSV(B)28.52º24.4%98.04%-
XYZ73.6874.1458.57-
YUV224.26108.1146.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=38.05%
G=33.18%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021818900.130.240.0228.5285.9286.08
HexFADABD0D1821d5656
Octal37233227501530235126126
Binary1111101011011010101111010110111000101110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADABD; }

 p { color: rgb(250,218,189); }

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

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

 a { background-color: rgb(250,218,189); }

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

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

 span { border-color: rgb(250,218,189); }

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