#FADEA8

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

Shades of Peach-Yellow #FADEA8

Tints of Peach-Yellow #FADEA8

Color information

#FADEA8 (or 0xFADEA8) is unknown color: approx Peach-Yellow. HEX triplet: FA, DE and A8. RGB value is (250,222,168). Sum of RGB (Red+Green+Blue) = 250+222+168=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEA8 is #052157. Grayscale: #E0E0E0. Windows color (decimal): -336216 or 11067130. OLE color: 11067130.

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

Color convert

RGB250222168-
CMYK00.110.330.02
HSL39.51º89.13%81.96%-
HSV(B)39.51º32.8%98.04%-
XYZ72.6175.3947.77-
YUV224.2296.28146.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 168 (66.02% from 255) = 26.25%
R=39.06%
G=34.69%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022216800.110.330.0239.5189.1381.96
HexFADEA80B212285952
Octal37233625001341250131122
Binary111110101101111010101000010111000011010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEA8; }

 p { color: rgb(250,222,168); }

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

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

 a { background-color: rgb(250,222,168); }

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

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

 span { border-color: rgb(250,222,168); }

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