#FADEAB

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

Shades of Peach-Yellow #FADEAB

Tints of Peach-Yellow #FADEAB

Color information

#FADEAB (or 0xFADEAB) is unknown color: approx Peach-Yellow. HEX triplet: FA, DE and AB. RGB value is (250,222,171). Sum of RGB (Red+Green+Blue) = 250+222+171=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEAB is #052154. Grayscale: #E0E0E0. Windows color (decimal): -336213 or 11263738. OLE color: 11263738.

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

Color convert

RGB250222171-
CMYK00.110.320.02
HSL38.73º88.76%82.55%-
HSV(B)38.73º31.6%98.04%-
XYZ72.975.5149.26-
YUV224.5697.78146.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=38.88%
G=34.53%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022217100.110.320.0238.7388.7682.55
HexFADEAB0B202275953
Octal37233625301340247131123
Binary111110101101111010101011010111000001010011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEAB; }

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

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

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

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

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

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

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

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