Html Css Color HEX #FAE096 Vis Vis

📋 copy color: '#FAE096'

red 250 ◦ green 224 ◦ blue 150

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

Shades of Vis Vis #FAE096

Tints of Vis Vis #FAE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.9%

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

R = 40.06%
G = 35.9%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAE096 (or 0xFAE096) is known color: Vis Vis. HEX triplet: FA, E0 and 96. RGB value is (250,224,150). Sum of RGB (Red+Green+Blue) = 250+224+150=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE096 is #051F69. Grayscale: #DFDFDF. Windows color (decimal): -335722 or 9887994. OLE color: 9887994.

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

Color convert

RGB 250 224 150 -
CMYK 0 0.10 0.4 0.02
HSL 44.4º 0.91% 0.78% -
HSV(B) 44.4º 0.4% 0.98% -
XYZ 71.59 75.84 39.72 -
YUV 223.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 250 224 150 0 0.10 0.4 0.02 44.4 0.91 0.78
Hex FA E0 96 0 A 28 2 2C 5B 4E
Octal 372 340 226 0 12 50 2 54 133 116
Binary 11111010 11100000 10010110 0 1010 101000 10 101100 1011011 1001110

Color Harmonies of #FAE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE096

Black with #FAE096

Text Example


Text Example

White with #FAE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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