Html Css Color HEX #FAE796 Vis Vis

📋 copy color: '#FAE796'

red 250 ◦ green 231 ◦ blue 150

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

Shades of Vis Vis #FAE796

Tints of Vis Vis #FAE796

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.61%

 BLUE value IS 150 (58.98% from 255) = 23.77%

R = 39.62%
G = 36.61%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAE796 (or 0xFAE796) is known color: Vis Vis. HEX triplet: FA, E7 and 96. RGB value is (250,231,150). Sum of RGB (Red+Green+Blue) = 250+231+150=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE796 is #051869. Grayscale: #E3E3E3. Windows color (decimal): -333930 or 9889786. OLE color: 9889786.

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

Color convert

RGB 250 231 150 -
CMYK 0 0.08 0.4 0.02
HSL 48.6º 0.91% 0.78% -
HSV(B) 48.6º 0.4% 0.98% -
XYZ 73.51 79.68 40.36 -
YUV 227.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 250 231 150 0 0.08 0.4 0.02 48.6 0.91 0.78
Hex FA E7 96 0 8 28 2 31 5B 4E
Octal 372 347 226 0 10 50 2 61 133 116
Binary 11111010 11100111 10010110 0 1000 101000 10 110001 1011011 1001110

Color Harmonies of #FAE796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE796

Black with #FAE796

Text Example


Text Example

White with #FAE796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE796; }

 p { color: rgb(250,231,150); }

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

background-color css

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

 a { background-color: rgb(250,231,150); }

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

border-color css

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

 span { border-color: rgb(250,231,150); }

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