Html Css Color HEX #FAE696 Vis Vis

📋 copy color: '#FAE696'

red 250 ◦ green 230 ◦ blue 150

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

Shades of Vis Vis #FAE696

Tints of Vis Vis #FAE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.51%

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

R = 39.68%
G = 36.51%
B = 23.81%

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

#FAE696 (or 0xFAE696) is known color: Vis Vis. HEX triplet: FA, E6 and 96. RGB value is (250,230,150). Sum of RGB (Red+Green+Blue) = 250+230+150=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE696 is #051969. Grayscale: #E3E3E3. Windows color (decimal): -334186 or 9889530. OLE color: 9889530.

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

Color convert

RGB 250 230 150 -
CMYK 0 0.08 0.4 0.02
HSL 48º 0.91% 0.78% -
HSV(B) 48º 0.4% 0.98% -
XYZ 73.23 79.12 40.27 -
YUV 226.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 250 230 150 0 0.08 0.4 0.02 48 0.91 0.78
Hex FA E6 96 0 8 28 2 30 5B 4E
Octal 372 346 226 0 10 50 2 60 133 116
Binary 11111010 11100110 10010110 0 1000 101000 10 110000 1011011 1001110

Color Harmonies of #FAE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE696

Black with #FAE696

Text Example


Text Example

White with #FAE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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