Html Css Color HEX #F8E696 Vis Vis

📋 copy color: '#F8E696'

red 248 ◦ green 230 ◦ blue 150

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

Shades of Vis Vis #F8E696

Tints of Vis Vis #F8E696

RGB

 RED value IS 248 (97.27% from 255) = 39.49%

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

 BLUE value IS 150 (58.98% from 255) = 23.89%

R = 39.49%
G = 36.62%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F8E696 (or 0xF8E696) is known color: Vis Vis. HEX triplet: F8, E6 and 96. RGB value is (248,230,150). Sum of RGB (Red+Green+Blue) = 248+230+150=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E696 is #071969. Grayscale: #E2E2E2. Windows color (decimal): -465258 or 9889528. OLE color: 9889528.

HSL color Cylindrical-coordinate representation of color #F8E696: hue angle of 48.98º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8E696 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 230 150 -
CMYK 0 0.07 0.40 0.03
HSL 48.98º 0.88% 0.78% -
HSV(B) 48.98º 0.4% 0.97% -
XYZ 72.51 78.75 40.23 -
YUV 226.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 248 230 150 0 0.07 0.40 0.03 48.98 0.88 0.78
Hex F8 E6 96 0 7 28 3 31 58 4E
Octal 370 346 226 0 7 50 3 61 130 116
Binary 11111000 11100110 10010110 0 111 101000 11 110001 1011000 1001110

Color Harmonies of #F8E696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E696

Black with #F8E696

Text Example


Text Example

White with #F8E696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E696; }

 p { color: rgb(248,230,150); }

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

background-color css

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

 a { background-color: rgb(248,230,150); }

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

border-color css

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

 span { border-color: rgb(248,230,150); }

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