Html Css Color HEX #FADB93 Vis Vis

📋 copy color: '#FADB93'

red 250 ◦ green 219 ◦ blue 147

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

Shades of Vis Vis #FADB93

Tints of Vis Vis #FADB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.55%

 BLUE value IS 147 (57.81% from 255) = 23.86%

R = 40.58%
G = 35.55%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FADB93 (or 0xFADB93) is known color: Vis Vis. HEX triplet: FA, DB and 93. RGB value is (250,219,147). Sum of RGB (Red+Green+Blue) = 250+219+147=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB93 is #05246C. Grayscale: #DCDCDC. Windows color (decimal): -337005 or 9690106. OLE color: 9690106.

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

Color convert

RGB 250 219 147 -
CMYK 0 0.12 0.41 0.02
HSL 41.94º 0.91% 0.78% -
HSV(B) 41.94º 0.41% 0.98% -
XYZ 70.02 73.09 38.02 -
YUV 220.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 250 219 147 0 0.12 0.41 0.02 41.94 0.91 0.78
Hex FA DB 93 0 C 29 2 2A 5B 4E
Octal 372 333 223 0 14 51 2 52 133 116
Binary 11111010 11011011 10010011 0 1100 101001 10 101010 1011011 1001110

Color Harmonies of #FADB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB93

Black with #FADB93

Text Example


Text Example

White with #FADB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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