Html Css Color HEX #FAE596 Vis Vis

📋 copy color: '#FAE596'

red 250 ◦ green 229 ◦ blue 150

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

Shades of Vis Vis #FAE596

Tints of Vis Vis #FAE596

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.41%

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

R = 39.75%
G = 36.41%
B = 23.85%

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

#FAE596 (or 0xFAE596) is known color: Vis Vis. HEX triplet: FA, E5 and 96. RGB value is (250,229,150). Sum of RGB (Red+Green+Blue) = 250+229+150=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 150 (58.98% from 255 or 23.85% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE596 is #051A69. Grayscale: #E2E2E2. Windows color (decimal): -334442 or 9889274. OLE color: 9889274.

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

Color convert

RGB 250 229 150 -
CMYK 0 0.08 0.4 0.02
HSL 47.4º 0.91% 0.78% -
HSV(B) 47.4º 0.4% 0.98% -
XYZ 72.95 78.56 40.17 -
YUV 226.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 250 229 150 0 0.08 0.4 0.02 47.4 0.91 0.78
Hex FA E5 96 0 8 28 2 2F 5B 4E
Octal 372 345 226 0 10 50 2 57 133 116
Binary 11111010 11100101 10010110 0 1000 101000 10 101111 1011011 1001110

Color Harmonies of #FAE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE596

Black with #FAE596

Text Example


Text Example

White with #FAE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE596; }

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

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

background-color css

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

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

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

border-color css

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

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

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