Html Css Color HEX #FEE695 Vis Vis

📋 copy color: '#FEE695'

red 254 ◦ green 230 ◦ blue 149

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

Shades of Vis Vis #FEE695

Tints of Vis Vis #FEE695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.54%

R = 40.13%
G = 36.33%
B = 23.54%

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

#FEE695 (or 0xFEE695) is known color: Vis Vis. HEX triplet: FE, E6 and 95. RGB value is (254,230,149). Sum of RGB (Red+Green+Blue) = 254+230+149=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE695 is #01196A. Grayscale: #E4E4E4. Windows color (decimal): -72043 or 9823998. OLE color: 9823998.

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

Color convert

RGB 254 230 149 -
CMYK 0 0.09 0.41 0.00
HSL 46.29º 0.98% 0.79% -
HSV(B) 46.29º 0.41% 1% -
XYZ 74.59 79.83 39.91 -
YUV 227.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 254 230 149 0 0.09 0.41 0.00 46.29 0.98 0.79
Hex FE E6 95 0 9 29 0 2E 62 4F
Octal 376 346 225 0 11 51 0 56 142 117
Binary 11111110 11100110 10010101 0 1001 101001 0 101110 1100010 1001111

Color Harmonies of #FEE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE695

Black with #FEE695

Text Example


Text Example

White with #FEE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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