Html Css Color HEX #FAE091 Vis Vis

📋 copy color: '#FAE091'

red 250 ◦ green 224 ◦ blue 145

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

Shades of Vis Vis #FAE091

Tints of Vis Vis #FAE091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.42%

R = 40.39%
G = 36.19%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAE091 (or 0xFAE091) is known color: Vis Vis. HEX triplet: FA, E0 and 91. RGB value is (250,224,145). Sum of RGB (Red+Green+Blue) = 250+224+145=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 145 (57.03% from 255 or 23.42% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE091 is #051F6E. Grayscale: #DFDFDF. Windows color (decimal): -335727 or 9560314. OLE color: 9560314.

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

Color convert

RGB 250 224 145 -
CMYK 0 0.10 0.42 0.02
HSL 45.14º 0.91% 0.77% -
HSV(B) 45.14º 0.42% 0.98% -
XYZ 71.19 75.68 37.64 -
YUV 222.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 250 224 145 0 0.10 0.42 0.02 45.14 0.91 0.77
Hex FA E0 91 0 A 2A 2 2D 5B 4D
Octal 372 340 221 0 12 52 2 55 133 115
Binary 11111010 11100000 10010001 0 1010 101010 10 101101 1011011 1001101

Color Harmonies of #FAE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE091

Black with #FAE091

Text Example


Text Example

White with #FAE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE091; }

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

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

background-color css

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

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

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

border-color css

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

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

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