Shades of Milan #FBF38C
Tints of Milan #FBF38C
RGB
CMYK
RGB Variations
Color information
#FBF38C (or 0xFBF38C) is known color: Milan. HEX triplet: FB, F3 and 8C. RGB value is (251,243,140). Sum of RGB (Red+Green+Blue) = 251+243+140=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 140 (55.08% from 255 or 22.08% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF38C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF38C is #040C73. Grayscale: #EAEAEA. Windows color (decimal): -265332 or 9237499. OLE color: 9237499.
HSL color Cylindrical-coordinate representation of color #FBF38C: hue angle of 55.68º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBF38C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 140 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.02 |
| HSL | 55.68º | 0.93% | 0.77% | - |
| HSV(B) | 55.68º | 0.44% | 0.98% | - |
| XYZ | 76.57 | 86.5 | 37.47 | - |
| YUV | 233.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 140 | 0 | 0.03 | 0.44 | 0.02 | 55.68 | 0.93 | 0.77 |
| Hex | FB | F3 | 8C | 0 | 3 | 2C | 2 | 38 | 5D | 4D |
| Octal | 373 | 363 | 214 | 0 | 3 | 54 | 2 | 70 | 135 | 115 |
| Binary | 11111011 | 11110011 | 10001100 | 0 | 11 | 101100 | 10 | 111000 | 1011101 | 1001101 |
Color Harmonies of #FBF38C
Complementary color
Monochromatic Colors of #FBF38C
Black with #FBF38C
Text Example
Text Example
White with #FBF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF38C; }
p { color: rgb(251,243,140); }
H1.HeaderClassName
{
color: #FBF38C;
}
.AnyTagClassName
{
color: #FBF38C;
}
</style>
background-color css
<style>
a { background-color: #FBF38C; }
a { background-color: rgb(251,243,140); }
div.DivClassName
{
background-color: #FBF38C;
}
.BgClassName
{
background-color: #FBF38C;
}
</style>
border-color css
<style>
span { border-color: #FBF38C; }
span { border-color: rgb(251,243,140); }
td.TdClassName
{
border-color: #FBF38C;
}
.TagClassName
{
border-color: #FBF38C;
}
</style>