Html Css Color HEX #FBF796 Milan

📋 copy color: '#FBF796'

red 251 ◦ green 247 ◦ blue 150

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

Shades of Milan #FBF796

Tints of Milan #FBF796

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.12%

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

R = 38.73%
G = 38.12%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBF796 (or 0xFBF796) is known color: Milan. HEX triplet: FB, F7 and 96. RGB value is (251,247,150). Sum of RGB (Red+Green+Blue) = 251+247+150=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 150 (58.98% from 255 or 23.15% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF796 is #040869. Grayscale: #EDEDED. Windows color (decimal): -264298 or 9893883. OLE color: 9893883.

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

Color convert

RGB 251 247 150 -
CMYK 0 0.02 0.40 0.02
HSL 57.62º 0.93% 0.79% -
HSV(B) 57.62º 0.4% 0.98% -
XYZ 78.55 89.23 41.94 -
YUV 237.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 251 247 150 0 0.02 0.40 0.02 57.62 0.93 0.79
Hex FB F7 96 0 2 28 2 3A 5D 4F
Octal 373 367 226 0 2 50 2 72 135 117
Binary 11111011 11110111 10010110 0 10 101000 10 111010 1011101 1001111

Color Harmonies of #FBF796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF796

Black with #FBF796

Text Example


Text Example

White with #FBF796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF796; }

 p { color: rgb(251,247,150); }

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

background-color css

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

 a { background-color: rgb(251,247,150); }

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

border-color css

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

 span { border-color: rgb(251,247,150); }

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