Html Css Color HEX #FBE094 Vis Vis

📋 copy color: '#FBE094'

red 251 ◦ green 224 ◦ blue 148

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

Shades of Vis Vis #FBE094

Tints of Vis Vis #FBE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.96%

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

R = 40.29%
G = 35.96%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBE094 (or 0xFBE094) is known color: Vis Vis. HEX triplet: FB, E0 and 94. RGB value is (251,224,148). Sum of RGB (Red+Green+Blue) = 251+224+148=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE094 is #041F6B. Grayscale: #DFDFDF. Windows color (decimal): -270188 or 9756923. OLE color: 9756923.

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

Color convert

RGB 251 224 148 -
CMYK 0 0.11 0.41 0.02
HSL 44.27º 0.93% 0.78% -
HSV(B) 44.27º 0.41% 0.98% -
XYZ 71.78 75.96 38.9 -
YUV 223.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 251 224 148 0 0.11 0.41 0.02 44.27 0.93 0.78
Hex FB E0 94 0 B 29 2 2C 5D 4E
Octal 373 340 224 0 13 51 2 54 135 116
Binary 11111011 11100000 10010100 0 1011 101001 10 101100 1011101 1001110

Color Harmonies of #FBE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE094

Black with #FBE094

Text Example


Text Example

White with #FBE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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