Html Css Color HEX #FBF896 Milan

📋 copy color: '#FBF896'

red 251 ◦ green 248 ◦ blue 150

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

Shades of Milan #FBF896

Tints of Milan #FBF896

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.21%

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

R = 38.67%
G = 38.21%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBF896 (or 0xFBF896) is known color: Milan. HEX triplet: FB, F8 and 96. RGB value is (251,248,150). Sum of RGB (Red+Green+Blue) = 251+248+150=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 150 (58.98% from 255 or 23.11% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF896 is #040769. Grayscale: #EEEEEE. Windows color (decimal): -264042 or 9894139. OLE color: 9894139.

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

Color convert

RGB 251 248 150 -
CMYK 0 0.01 0.40 0.02
HSL 58.22º 0.93% 0.79% -
HSV(B) 58.22º 0.4% 0.98% -
XYZ 78.86 89.85 42.04 -
YUV 237.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 251 248 150 0 0.01 0.40 0.02 58.22 0.93 0.79
Hex FB F8 96 0 1 28 2 3A 5D 4F
Octal 373 370 226 0 1 50 2 72 135 117
Binary 11111011 11111000 10010110 0 1 101000 10 111010 1011101 1001111

Color Harmonies of #FBF896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF896

Black with #FBF896

Text Example


Text Example

White with #FBF896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF896; }

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

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

background-color css

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

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

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

border-color css

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

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

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