#FADB90

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

Shades of Vis Vis #FADB90

Tints of Vis Vis #FADB90

Color information

#FADB90 (or 0xFADB90) is unknown color: approx Vis Vis. HEX triplet: FA, DB and 90. RGB value is (250,219,144). Sum of RGB (Red+Green+Blue) = 250+219+144=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB90 is #05246F. Grayscale: #DCDCDC. Windows color (decimal): -337008 or 9493498. OLE color: 9493498.

HSL color Cylindrical-coordinate representation of color #FADB90: hue angle of 42.45º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FADB90 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250219144-
CMYK00.120.420.02
HSL42.45º91.38%77.25%-
HSV(B)42.45º42.4%98.04%-
XYZ69.797336.8-
YUV219.7285.27149.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 144 (56.64% from 255) = 23.49%
R=40.78%
G=35.73%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021914400.120.420.0242.4591.3877.25
HexFADB900C2A22a5b4d
Octal37233322001452252133115
Binary111110101101101110010000011001010101010101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADB90; }

 p { color: rgb(250,219,144); }

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

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

 a { background-color: rgb(250,219,144); }

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

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

 span { border-color: rgb(250,219,144); }

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