Html Css Color HEX #FAE294 Vis Vis

📋 copy color: '#FAE294'

red 250 ◦ green 226 ◦ blue 148

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

Shades of Vis Vis #FAE294

Tints of Vis Vis #FAE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.22%

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

R = 40.06%
G = 36.22%
B = 23.72%

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

#FAE294 (or 0xFAE294) is known color: Vis Vis. HEX triplet: FA, E2 and 94. RGB value is (250,226,148). Sum of RGB (Red+Green+Blue) = 250+226+148=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE294 is #051D6B. Grayscale: #E0E0E0. Windows color (decimal): -335212 or 9757434. OLE color: 9757434.

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

Color convert

RGB 250 226 148 -
CMYK 0 0.10 0.41 0.02
HSL 45.88º 0.91% 0.78% -
HSV(B) 45.88º 0.41% 0.98% -
XYZ 71.97 76.85 39.06 -
YUV 224.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 250 226 148 0 0.10 0.41 0.02 45.88 0.91 0.78
Hex FA E2 94 0 A 29 2 2E 5B 4E
Octal 372 342 224 0 12 51 2 56 133 116
Binary 11111010 11100010 10010100 0 1010 101001 10 101110 1011011 1001110

Color Harmonies of #FAE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE294

Black with #FAE294

Text Example


Text Example

White with #FAE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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