Html Css Color HEX #FEE694 Vis Vis

📋 copy color: '#FEE694'

red 254 ◦ green 230 ◦ blue 148

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

Shades of Vis Vis #FEE694

Tints of Vis Vis #FEE694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.39%

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

R = 40.19%
G = 36.39%
B = 23.42%

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

#FEE694 (or 0xFEE694) is known color: Vis Vis. HEX triplet: FE, E6 and 94. RGB value is (254,230,148). Sum of RGB (Red+Green+Blue) = 254+230+148=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 148 (58.20% from 255 or 23.42% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE694 is #01196B. Grayscale: #E4E4E4. Windows color (decimal): -72044 or 9758462. OLE color: 9758462.

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

Color convert

RGB 254 230 148 -
CMYK 0 0.09 0.42 0.00
HSL 46.42º 0.98% 0.79% -
HSV(B) 46.42º 0.42% 1% -
XYZ 74.52 79.8 39.49 -
YUV 227.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 254 230 148 0 0.09 0.42 0.00 46.42 0.98 0.79
Hex FE E6 94 0 9 2A 0 2E 62 4F
Octal 376 346 224 0 11 52 0 56 142 117
Binary 11111110 11100110 10010100 0 1001 101010 0 101110 1100010 1001111

Color Harmonies of #FEE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE694

Black with #FEE694

Text Example


Text Example

White with #FEE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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