#FADF8A

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

Shades of Vis Vis #FADF8A

Tints of Vis Vis #FADF8A

Color information

#FADF8A (or 0xFADF8A) is unknown color: approx Vis Vis. HEX triplet: FA, DF and 8A. RGB value is (250,223,138). Sum of RGB (Red+Green+Blue) = 250+223+138=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF8A is #052075. Grayscale: #DDDDDD. Windows color (decimal): -335990 or 9101306. OLE color: 9101306.

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

Color convert

RGB250223138-
CMYK00.110.450.02
HSL45.54º91.8%76.08%-
HSV(B)45.54º44.8%98.04%-
XYZ70.474.9334.8-
YUV221.3880.95148.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 138 (54.30% from 255) = 22.59%
R=40.92%
G=36.50%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022313800.110.450.0245.5491.876.08
HexFADF8A0B2D22e5c4c
Octal37233721201355256134114
Binary111110101101111110001010010111011011010111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADF8A; }

 p { color: rgb(250,223,138); }

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

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

 a { background-color: rgb(250,223,138); }

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

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

 span { border-color: rgb(250,223,138); }

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