Html Css Color HEX #F1DE96 Vis Vis

📋 copy color: '#F1DE96'

red 241 ◦ green 222 ◦ blue 150

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

Shades of Vis Vis #F1DE96

Tints of Vis Vis #F1DE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.22%

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

R = 39.31%
G = 36.22%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1DE96 (or 0xF1DE96) is known color: Vis Vis. HEX triplet: F1, DE and 96. RGB value is (241,222,150). Sum of RGB (Red+Green+Blue) = 241+222+150=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE96 is #0E2169. Grayscale: #DBDBDB. Windows color (decimal): -926058 or 9887473. OLE color: 9887473.

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

Color convert

RGB 241 222 150 -
CMYK 0 0.08 0.38 0.05
HSL 47.47º 0.76% 0.77% -
HSV(B) 47.47º 0.38% 0.95% -
XYZ 67.9 73.15 39.39 -
YUV 219.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 241 222 150 0 0.08 0.38 0.05 47.47 0.76 0.77
Hex F1 DE 96 0 8 26 5 2F 4C 4D
Octal 361 336 226 0 10 46 5 57 114 115
Binary 11110001 11011110 10010110 0 1000 100110 101 101111 1001100 1001101

Color Harmonies of #F1DE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DE96

Black with #F1DE96

Text Example


Text Example

White with #F1DE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DE96; }

 p { color: rgb(241,222,150); }

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

background-color css

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

 a { background-color: rgb(241,222,150); }

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

border-color css

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

 span { border-color: rgb(241,222,150); }

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