Html Css Color HEX #FAE197 Vis Vis

📋 copy color: '#FAE197'

red 250 ◦ green 225 ◦ blue 151

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

Shades of Vis Vis #FAE197

Tints of Vis Vis #FAE197

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.94%

 BLUE value IS 151 (59.38% from 255) = 24.12%

R = 39.94%
G = 35.94%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAE197 (or 0xFAE197) is known color: Vis Vis. HEX triplet: FA, E1 and 97. RGB value is (250,225,151). Sum of RGB (Red+Green+Blue) = 250+225+151=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 151 (59.38% from 255 or 24.12% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE197 is #051E68. Grayscale: #E0E0E0. Windows color (decimal): -335465 or 9953786. OLE color: 9953786.

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

Color convert

RGB 250 225 151 -
CMYK 0 0.10 0.40 0.02
HSL 44.85º 0.91% 0.79% -
HSV(B) 44.85º 0.4% 0.98% -
XYZ 71.94 76.41 40.24 -
YUV 224.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 250 225 151 0 0.10 0.40 0.02 44.85 0.91 0.79
Hex FA E1 97 0 A 28 2 2D 5B 4F
Octal 372 341 227 0 12 50 2 55 133 117
Binary 11111010 11100001 10010111 0 1010 101000 10 101101 1011011 1001111

Color Harmonies of #FAE197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE197

Black with #FAE197

Text Example


Text Example

White with #FAE197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE197; }

 p { color: rgb(250,225,151); }

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

background-color css

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

 a { background-color: rgb(250,225,151); }

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

border-color css

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

 span { border-color: rgb(250,225,151); }

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