Html Css Color HEX #FAE794 Vis Vis

📋 copy color: '#FAE794'

red 250 ◦ green 231 ◦ blue 148

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

Shades of Vis Vis #FAE794

Tints of Vis Vis #FAE794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.53%

R = 39.75%
G = 36.72%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAE794 (or 0xFAE794) is known color: Vis Vis. HEX triplet: FA, E7 and 94. RGB value is (250,231,148). Sum of RGB (Red+Green+Blue) = 250+231+148=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE794 is #05186B. Grayscale: #E3E3E3. Windows color (decimal): -333932 or 9758714. OLE color: 9758714.

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

Color convert

RGB 250 231 148 -
CMYK 0 0.08 0.41 0.02
HSL 48.82º 0.91% 0.78% -
HSV(B) 48.82º 0.41% 0.98% -
XYZ 73.35 79.61 39.52 -
YUV 227.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 250 231 148 0 0.08 0.41 0.02 48.82 0.91 0.78
Hex FA E7 94 0 8 29 2 31 5B 4E
Octal 372 347 224 0 10 51 2 61 133 116
Binary 11111010 11100111 10010100 0 1000 101001 10 110001 1011011 1001110

Color Harmonies of #FAE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE794

Black with #FAE794

Text Example


Text Example

White with #FAE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE794; }

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

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

background-color css

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

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

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

border-color css

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

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

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