Html Css Color HEX #FAE194 Vis Vis

📋 copy color: '#FAE194'

red 250 ◦ green 225 ◦ blue 148

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

Shades of Vis Vis #FAE194

Tints of Vis Vis #FAE194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.76%

R = 40.13%
G = 36.12%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAE194 (or 0xFAE194) is known color: Vis Vis. HEX triplet: FA, E1 and 94. RGB value is (250,225,148). Sum of RGB (Red+Green+Blue) = 250+225+148=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE194 is #051E6B. Grayscale: #E0E0E0. Windows color (decimal): -335468 or 9757178. OLE color: 9757178.

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

Color convert

RGB 250 225 148 -
CMYK 0 0.10 0.41 0.02
HSL 45.29º 0.91% 0.78% -
HSV(B) 45.29º 0.41% 0.98% -
XYZ 71.69 76.31 38.97 -
YUV 223.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 250 225 148 0 0.10 0.41 0.02 45.29 0.91 0.78
Hex FA E1 94 0 A 29 2 2D 5B 4E
Octal 372 341 224 0 12 51 2 55 133 116
Binary 11111010 11100001 10010100 0 1010 101001 10 101101 1011011 1001110

Color Harmonies of #FAE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE194

Black with #FAE194

Text Example


Text Example

White with #FAE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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