Shades of Canary #FCFE8F
Tints of Canary #FCFE8F
RGB
CMYK
RGB Variations
Color information
#FCFE8F (or 0xFCFE8F) is known color: Canary. HEX triplet: FC, FE and 8F. RGB value is (252,254,143). Sum of RGB (Red+Green+Blue) = 252+254+143=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 143 (56.25% from 255 or 22.03% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE8F is #030170. Grayscale: #F1F1F1. Windows color (decimal): -196977 or 9436924. OLE color: 9436924.
HSL color Cylindrical-coordinate representation of color #FCFE8F: hue angle of 61.08º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCFE8F is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 143 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.00 |
| HSL | 61.08º | 0.98% | 0.78% | - |
| HSV(B) | 61.08º | 0.44% | 1% | - |
| XYZ | 80.54 | 93.56 | 39.8 | - |
| YUV | 240.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 143 | 0.01 | 0 | 0.44 | 0.00 | 61.08 | 0.98 | 0.78 |
| Hex | FC | FE | 8F | 1 | 0 | 2C | 0 | 3D | 62 | 4E |
| Octal | 374 | 376 | 217 | 1 | 0 | 54 | 0 | 75 | 142 | 116 |
| Binary | 11111100 | 11111110 | 10001111 | 1 | 0 | 101100 | 0 | 111101 | 1100010 | 1001110 |
Color Harmonies of #FCFE8F
Complementary color
Monochromatic Colors of #FCFE8F
Black with #FCFE8F
Text Example
Text Example
White with #FCFE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE8F; }
p { color: rgb(252,254,143); }
H1.HeaderClassName
{
color: #FCFE8F;
}
.AnyTagClassName
{
color: #FCFE8F;
}
</style>
background-color css
<style>
a { background-color: #FCFE8F; }
a { background-color: rgb(252,254,143); }
div.DivClassName
{
background-color: #FCFE8F;
}
.BgClassName
{
background-color: #FCFE8F;
}
</style>
border-color css
<style>
span { border-color: #FCFE8F; }
span { border-color: rgb(252,254,143); }
td.TdClassName
{
border-color: #FCFE8F;
}
.TagClassName
{
border-color: #FCFE8F;
}
</style>