Html Css Color HEX #FEE18C Vis Vis

📋 copy color: '#FEE18C'

red 254 ◦ green 225 ◦ blue 140

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

Shades of Vis Vis #FEE18C

Tints of Vis Vis #FEE18C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.35%

 BLUE value IS 140 (55.08% from 255) = 22.62%

R = 41.03%
G = 36.35%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEE18C (or 0xFEE18C) is known color: Vis Vis. HEX triplet: FE, E1 and 8C. RGB value is (254,225,140). Sum of RGB (Red+Green+Blue) = 254+225+140=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE18C is #011E73. Grayscale: #E0E0E0. Windows color (decimal): -73332 or 9232894. OLE color: 9232894.

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

Color convert

RGB 254 225 140 -
CMYK 0 0.11 0.45 0.00
HSL 44.74º 0.98% 0.77% -
HSV(B) 44.74º 0.45% 1% -
XYZ 72.53 76.81 35.81 -
YUV 223.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 254 225 140 0 0.11 0.45 0.00 44.74 0.98 0.77
Hex FE E1 8C 0 B 2D 0 2D 62 4D
Octal 376 341 214 0 13 55 0 55 142 115
Binary 11111110 11100001 10001100 0 1011 101101 0 101101 1100010 1001101

Color Harmonies of #FEE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE18C

Black with #FEE18C

Text Example


Text Example

White with #FEE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE18C; }

 p { color: rgb(254,225,140); }

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

background-color css

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

 a { background-color: rgb(254,225,140); }

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

border-color css

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

 span { border-color: rgb(254,225,140); }

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