Shades of Canary #FCFE9E
Tints of Canary #FCFE9E
RGB
CMYK
RGB Variations
Color information
#FCFE9E (or 0xFCFE9E) is known color: Canary. HEX triplet: FC, FE and 9E. RGB value is (252,254,158). Sum of RGB (Red+Green+Blue) = 252+254+158=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 158 (62.11% from 255 or 23.80% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE9E is #030161. Grayscale: #F2F2F2. Windows color (decimal): -196962 or 10419964. OLE color: 10419964.
HSL color Cylindrical-coordinate representation of color #FCFE9E: hue angle of 61.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCFE9E is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 158 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.00 |
| HSL | 61.25º | 0.98% | 0.81% | - |
| HSV(B) | 61.25º | 0.38% | 1% | - |
| XYZ | 81.76 | 94.05 | 46.19 | - |
| YUV | 242.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 158 | 0.01 | 0 | 0.38 | 0.00 | 61.25 | 0.98 | 0.81 |
| Hex | FC | FE | 9E | 1 | 0 | 26 | 0 | 3D | 62 | 51 |
| Octal | 374 | 376 | 236 | 1 | 0 | 46 | 0 | 75 | 142 | 121 |
| Binary | 11111100 | 11111110 | 10011110 | 1 | 0 | 100110 | 0 | 111101 | 1100010 | 1010001 |
Color Harmonies of #FCFE9E
Complementary color
Monochromatic Colors of #FCFE9E
Black with #FCFE9E
Text Example
Text Example
White with #FCFE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE9E; }
p { color: rgb(252,254,158); }
H1.HeaderClassName
{
color: #FCFE9E;
}
.AnyTagClassName
{
color: #FCFE9E;
}
</style>
background-color css
<style>
a { background-color: #FCFE9E; }
a { background-color: rgb(252,254,158); }
div.DivClassName
{
background-color: #FCFE9E;
}
.BgClassName
{
background-color: #FCFE9E;
}
</style>
border-color css
<style>
span { border-color: #FCFE9E; }
span { border-color: rgb(252,254,158); }
td.TdClassName
{
border-color: #FCFE9E;
}
.TagClassName
{
border-color: #FCFE9E;
}
</style>