Html Css Color HEX #FEE894 Vis Vis

📋 copy color: '#FEE894'

red 254 ◦ green 232 ◦ blue 148

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

Shades of Vis Vis #FEE894

Tints of Vis Vis #FEE894

RGB

 RED value IS 254 (99.61% from 255) = 40.06%

 GREEN value IS 232 (91.02% from 255) = 36.59%

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

R = 40.06%
G = 36.59%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEE894 (or 0xFEE894) is known color: Vis Vis. HEX triplet: FE, E8 and 94. RGB value is (254,232,148). Sum of RGB (Red+Green+Blue) = 254+232+148=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE894 is #01176B. Grayscale: #E5E5E5. Windows color (decimal): -71532 or 9758974. OLE color: 9758974.

HSL color Cylindrical-coordinate representation of color #FEE894: hue angle of 47.55º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEE894 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 232 148 -
CMYK 0 0.09 0.42 0.00
HSL 47.55º 0.98% 0.79% -
HSV(B) 47.55º 0.42% 1% -
XYZ 75.07 80.92 39.68 -
YUV 229 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 254 232 148 0 0.09 0.42 0.00 47.55 0.98 0.79
Hex FE E8 94 0 9 2A 0 30 62 4F
Octal 376 350 224 0 11 52 0 60 142 117
Binary 11111110 11101000 10010100 0 1001 101010 0 110000 1100010 1001111

Color Harmonies of #FEE894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE894

Black with #FEE894

Text Example


Text Example

White with #FEE894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE894; }

 p { color: rgb(254,232,148); }

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

background-color css

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

 a { background-color: rgb(254,232,148); }

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

border-color css

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

 span { border-color: rgb(254,232,148); }

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