Html Css Color HEX #FADA91 Vis Vis

📋 copy color: '#FADA91'

red 250 ◦ green 218 ◦ blue 145

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

Shades of Vis Vis #FADA91

Tints of Vis Vis #FADA91

RGB

 RED value IS 250 (98.05% from 255) = 40.78%

 GREEN value IS 218 (85.55% from 255) = 35.56%

 BLUE value IS 145 (57.03% from 255) = 23.65%

R = 40.78%
G = 35.56%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FADA91 (or 0xFADA91) is known color: Vis Vis. HEX triplet: FA, DA and 91. RGB value is (250,218,145). Sum of RGB (Red+Green+Blue) = 250+218+145=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA91 is #05256E. Grayscale: #DBDBDB. Windows color (decimal): -337263 or 9558778. OLE color: 9558778.

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

Color convert

RGB 250 218 145 -
CMYK 0 0.13 0.42 0.02
HSL 41.71º 0.91% 0.77% -
HSV(B) 41.71º 0.42% 0.98% -
XYZ 69.61 72.51 37.12 -
YUV 219.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 250 218 145 0 0.13 0.42 0.02 41.71 0.91 0.77
Hex FA DA 91 0 D 2A 2 2A 5B 4D
Octal 372 332 221 0 15 52 2 52 133 115
Binary 11111010 11011010 10010001 0 1101 101010 10 101010 1011011 1001101

Color Harmonies of #FADA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA91

Black with #FADA91

Text Example


Text Example

White with #FADA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA91; }

 p { color: rgb(250,218,145); }

 H1.HeaderClassName
 {
   color: #FADA91;
 }
 .AnyTagClassName
 {
   color: #FADA91;
 }
</style>

background-color css

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

 a { background-color: rgb(250,218,145); }

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

border-color css

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

 span { border-color: rgb(250,218,145); }

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