Html Css Color HEX #FEE696 Vis Vis

📋 copy color: '#FEE696'

red 254 ◦ green 230 ◦ blue 150

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

Shades of Vis Vis #FEE696

Tints of Vis Vis #FEE696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.66%

R = 40.06%
G = 36.28%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEE696 (or 0xFEE696) is known color: Vis Vis. HEX triplet: FE, E6 and 96. RGB value is (254,230,150). Sum of RGB (Red+Green+Blue) = 254+230+150=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE696 is #011969. Grayscale: #E4E4E4. Windows color (decimal): -72042 or 9889534. OLE color: 9889534.

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

Color convert

RGB 254 230 150 -
CMYK 0 0.09 0.41 0.00
HSL 46.15º 0.98% 0.79% -
HSV(B) 46.15º 0.41% 1% -
XYZ 74.67 79.87 40.33 -
YUV 228.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 254 230 150 0 0.09 0.41 0.00 46.15 0.98 0.79
Hex FE E6 96 0 9 29 0 2E 62 4F
Octal 376 346 226 0 11 51 0 56 142 117
Binary 11111110 11100110 10010110 0 1001 101001 0 101110 1100010 1001111

Color Harmonies of #FEE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE696

Black with #FEE696

Text Example


Text Example

White with #FEE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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