#FADEB2

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

Shades of Peach-Yellow #FADEB2

Tints of Peach-Yellow #FADEB2

Color information

#FADEB2 (or 0xFADEB2) is unknown color: approx Peach-Yellow. HEX triplet: FA, DE and B2. RGB value is (250,222,178). Sum of RGB (Red+Green+Blue) = 250+222+178=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEB2 is #05214D. Grayscale: #E1E1E1. Windows color (decimal): -336206 or 11722490. OLE color: 11722490.

HSL color Cylindrical-coordinate representation of color #FADEB2: hue angle of 36.67º 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 #FADEB2 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB250222178-
CMYK00.110.290.02
HSL36.67º87.8%83.92%-
HSV(B)36.67º28.8%98.04%-
XYZ73.5875.7852.87-
YUV225.36101.28145.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 178 (69.92% from 255) = 27.38%
R=38.46%
G=34.15%
B=27.38%

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
Decimal25022217800.110.290.0236.6787.883.92
HexFADEB20B1D2255854
Octal37233626201335245130124
Binary11111010110111101011001001011111011010010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEB2; }

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

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

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

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

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

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

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

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