Html Css Color HEX #FEE294 Vis Vis

📋 copy color: '#FEE294'

red 254 ◦ green 226 ◦ blue 148

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

Shades of Vis Vis #FEE294

Tints of Vis Vis #FEE294

RGB

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

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

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

R = 40.45%
G = 35.99%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEE294 (or 0xFEE294) is known color: Vis Vis. HEX triplet: FE, E2 and 94. RGB value is (254,226,148). Sum of RGB (Red+Green+Blue) = 254+226+148=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE294 is #011D6B. Grayscale: #E1E1E1. Windows color (decimal): -73068 or 9757438. OLE color: 9757438.

HSL color Cylindrical-coordinate representation of color #FEE294: hue angle of 44.15º 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 #FEE294 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 226 148 -
CMYK 0 0.11 0.42 0.00
HSL 44.15º 0.98% 0.79% -
HSV(B) 44.15º 0.42% 1% -
XYZ 73.41 77.6 39.13 -
YUV 225.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 254 226 148 0 0.11 0.42 0.00 44.15 0.98 0.79
Hex FE E2 94 0 B 2A 0 2C 62 4F
Octal 376 342 224 0 13 52 0 54 142 117
Binary 11111110 11100010 10010100 0 1011 101010 0 101100 1100010 1001111

Color Harmonies of #FEE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE294

Black with #FEE294

Text Example


Text Example

White with #FEE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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