Html Css Color HEX #FADB90 Vis Vis

📋 copy color: '#FADB90'

red 250 ◦ green 219 ◦ blue 144

#FADB90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vis Vis #FADB90

Tints of Vis Vis #FADB90

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 value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FADB90 (or 0xFADB90) is known color: 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

RGB 250 219 144 -
CMYK 0 0.12 0.42 0.02
HSL 42.45º 0.91% 0.77% -
HSV(B) 42.45º 0.42% 0.98% -
XYZ 69.79 73 36.8 -
YUV 219.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 250 219 144 0 0.12 0.42 0.02 42.45 0.91 0.77
Hex FA DB 90 0 C 2A 2 2A 5B 4D
Octal 372 333 220 0 14 52 2 52 133 115
Binary 11111010 11011011 10010000 0 1100 101010 10 101010 1011011 1001101

Color Harmonies of #FADB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB90

Black with #FADB90

Text Example


Text Example

White with #FADB90

Text Example


Text Example

HTML Codes & Css Web 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>