#FADEB1

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

Shades of Peach-Yellow #FADEB1

Tints of Peach-Yellow #FADEB1

Color information

#FADEB1 (or 0xFADEB1) is unknown color: approx Peach-Yellow. HEX triplet: FA, DE and B1. RGB value is (250,222,177). Sum of RGB (Red+Green+Blue) = 250+222+177=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEB1 is #05214E. Grayscale: #E1E1E1. Windows color (decimal): -336207 or 11656954. OLE color: 11656954.

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

Color convert

RGB250222177-
CMYK00.110.290.02
HSL36.99º87.95%83.73%-
HSV(B)36.99º29.2%98.04%-
XYZ73.4875.7452.34-
YUV225.24100.78145.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 177 (69.53% from 255) = 27.27%
R=38.52%
G=34.21%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022217700.110.290.0236.9987.9583.73
HexFADEB10B1D2255854
Octal37233626101335245130124
Binary11111010110111101011000101011111011010010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEB1; }

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

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

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

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

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

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

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

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