Shades of Canary #FBFE8D
Tints of Canary #FBFE8D
RGB
CMYK
RGB Variations
Color information
#FBFE8D (or 0xFBFE8D) is known color: Canary. HEX triplet: FB, FE and 8D. RGB value is (251,254,141). Sum of RGB (Red+Green+Blue) = 251+254+141=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 141 (55.47% from 255 or 21.83% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFE8D is #040172. Grayscale: #F0F0F0. Windows color (decimal): -262515 or 9305851. OLE color: 9305851.
HSL color Cylindrical-coordinate representation of color #FBFE8D: hue angle of 61.59º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBFE8D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 141 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.00 |
| HSL | 61.59º | 0.98% | 0.77% | - |
| HSV(B) | 61.59º | 0.44% | 1% | - |
| XYZ | 80.03 | 93.32 | 38.99 | - |
| YUV | 240.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 141 | 0.01 | 0 | 0.44 | 0.00 | 61.59 | 0.98 | 0.77 |
| Hex | FB | FE | 8D | 1 | 0 | 2C | 0 | 3E | 62 | 4D |
| Octal | 373 | 376 | 215 | 1 | 0 | 54 | 0 | 76 | 142 | 115 |
| Binary | 11111011 | 11111110 | 10001101 | 1 | 0 | 101100 | 0 | 111110 | 1100010 | 1001101 |
Color Harmonies of #FBFE8D
Complementary color
Monochromatic Colors of #FBFE8D
Black with #FBFE8D
Text Example
Text Example
White with #FBFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE8D; }
p { color: rgb(251,254,141); }
H1.HeaderClassName
{
color: #FBFE8D;
}
.AnyTagClassName
{
color: #FBFE8D;
}
</style>
background-color css
<style>
a { background-color: #FBFE8D; }
a { background-color: rgb(251,254,141); }
div.DivClassName
{
background-color: #FBFE8D;
}
.BgClassName
{
background-color: #FBFE8D;
}
</style>
border-color css
<style>
span { border-color: #FBFE8D; }
span { border-color: rgb(251,254,141); }
td.TdClassName
{
border-color: #FBFE8D;
}
.TagClassName
{
border-color: #FBFE8D;
}
</style>