Html Css Color HEX #F1DB91 Vis Vis

📋 copy color: '#F1DB91'

red 241 ◦ green 219 ◦ blue 145

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

Shades of Vis Vis #F1DB91

Tints of Vis Vis #F1DB91

RGB

 RED value IS 241 (94.53% from 255) = 39.83%

 GREEN value IS 219 (85.94% from 255) = 36.2%

 BLUE value IS 145 (57.03% from 255) = 23.97%

R = 39.83%
G = 36.2%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1DB91 (or 0xF1DB91) is known color: Vis Vis. HEX triplet: F1, DB and 91. RGB value is (241,219,145). Sum of RGB (Red+Green+Blue) = 241+219+145=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB91 is #0E246E. Grayscale: #D9D9D9. Windows color (decimal): -926831 or 9559025. OLE color: 9559025.

HSL color Cylindrical-coordinate representation of color #F1DB91: hue angle of 46.25º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1DB91 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 219 145 -
CMYK 0 0.09 0.40 0.05
HSL 46.25º 0.77% 0.76% -
HSV(B) 46.25º 0.4% 0.95% -
XYZ 66.72 71.41 37.05 -
YUV 217.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 241 219 145 0 0.09 0.40 0.05 46.25 0.77 0.76
Hex F1 DB 91 0 9 28 5 2E 4D 4C
Octal 361 333 221 0 11 50 5 56 115 114
Binary 11110001 11011011 10010001 0 1001 101000 101 101110 1001101 1001100

Color Harmonies of #F1DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB91

Black with #F1DB91

Text Example


Text Example

White with #F1DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB91; }

 p { color: rgb(241,219,145); }

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

background-color css

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

 a { background-color: rgb(241,219,145); }

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

border-color css

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

 span { border-color: rgb(241,219,145); }

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