#FADE8B

Color #FADE8B Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FADE8B

Tints of Vis Vis #FADE8B

Color information

#FADE8B (or 0xFADE8B) is unknown color: approx Vis Vis. HEX triplet: FA, DE and 8B. RGB value is (250,222,139). Sum of RGB (Red+Green+Blue) = 250+222+139=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE8B is #052174. Grayscale: #DDDDDD. Windows color (decimal): -336245 or 9166586. OLE color: 9166586.

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

Color convert

RGB250222139-
CMYK00.110.440.02
HSL44.86º91.74%76.27%-
HSV(B)44.86º44.4%98.04%-
XYZ70.2174.4335.09-
YUV220.9181.78148.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 139 (54.69% from 255) = 22.75%
R=40.92%
G=36.33%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022213900.110.440.0244.8691.7476.27
HexFADE8B0B2C22d5c4c
Octal37233621301354255134114
Binary111110101101111010001011010111011001010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE8B; }

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

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

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

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

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

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

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

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