Html Css Color HEX #FEE48C Vis Vis

📋 copy color: '#FEE48C'

red 254 ◦ green 228 ◦ blue 140

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

Shades of Vis Vis #FEE48C

Tints of Vis Vis #FEE48C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.66%

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

R = 40.84%
G = 36.66%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEE48C (or 0xFEE48C) is known color: Vis Vis. HEX triplet: FE, E4 and 8C. RGB value is (254,228,140). Sum of RGB (Red+Green+Blue) = 254+228+140=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE48C is #011B73. Grayscale: #E2E2E2. Windows color (decimal): -72564 or 9233662. OLE color: 9233662.

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

Color convert

RGB 254 228 140 -
CMYK 0 0.10 0.45 0.00
HSL 46.32º 0.98% 0.77% -
HSV(B) 46.32º 0.45% 1% -
XYZ 73.35 78.45 36.09 -
YUV 225.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 254 228 140 0 0.10 0.45 0.00 46.32 0.98 0.77
Hex FE E4 8C 0 A 2D 0 2E 62 4D
Octal 376 344 214 0 12 55 0 56 142 115
Binary 11111110 11100100 10001100 0 1010 101101 0 101110 1100010 1001101

Color Harmonies of #FEE48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE48C

Black with #FEE48C

Text Example


Text Example

White with #FEE48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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