#FADBA9

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

Shades of Peach-Yellow #FADBA9

Tints of Peach-Yellow #FADBA9

Color information

#FADBA9 (or 0xFADBA9) is unknown color: approx Peach-Yellow. HEX triplet: FA, DB and A9. RGB value is (250,219,169). Sum of RGB (Red+Green+Blue) = 250+219+169=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA9 is #052456. Grayscale: #DEDEDE. Windows color (decimal): -336983 or 11131898. OLE color: 11131898.

HSL color Cylindrical-coordinate representation of color #FADBA9: hue angle of 37.04º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADBA9 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250219169-
CMYK00.120.320.02
HSL37.04º89.01%82.16%-
HSV(B)37.04º32.4%98.04%-
XYZ71.9273.8548-
YUV222.5797.77147.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 169 (66.41% from 255) = 26.49%
R=39.18%
G=34.33%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021916900.120.320.0237.0489.0182.16
HexFADBA90C202255952
Octal37233325101440245131122
Binary111110101101101110101001011001000001010010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBA9; }

 p { color: rgb(250,219,169); }

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

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

 a { background-color: rgb(250,219,169); }

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

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

 span { border-color: rgb(250,219,169); }

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