Html Css Color HEX #FBE294 Vis Vis

📋 copy color: '#FBE294'

red 251 ◦ green 226 ◦ blue 148

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

Shades of Vis Vis #FBE294

Tints of Vis Vis #FBE294

RGB

 RED value IS 251 (98.44% from 255) = 40.16%

 GREEN value IS 226 (88.67% from 255) = 36.16%

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

R = 40.16%
G = 36.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBE294 (or 0xFBE294) is known color: Vis Vis. HEX triplet: FB, E2 and 94. RGB value is (251,226,148). Sum of RGB (Red+Green+Blue) = 251+226+148=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE294 is #041D6B. Grayscale: #E0E0E0. Windows color (decimal): -269676 or 9757435. OLE color: 9757435.

HSL color Cylindrical-coordinate representation of color #FBE294: hue angle of 45.44º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBE294 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 148 -
CMYK 0 0.10 0.41 0.02
HSL 45.44º 0.93% 0.78% -
HSV(B) 45.44º 0.41% 0.98% -
XYZ 72.33 77.04 39.08 -
YUV 224.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 251 226 148 0 0.10 0.41 0.02 45.44 0.93 0.78
Hex FB E2 94 0 A 29 2 2D 5D 4E
Octal 373 342 224 0 12 51 2 55 135 116
Binary 11111011 11100010 10010100 0 1010 101001 10 101101 1011101 1001110

Color Harmonies of #FBE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE294

Black with #FBE294

Text Example


Text Example

White with #FBE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE294; }

 p { color: rgb(251,226,148); }

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

background-color css

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

 a { background-color: rgb(251,226,148); }

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

border-color css

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

 span { border-color: rgb(251,226,148); }

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