#FDFE96

Color #FDFE96 Canary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Canary #FDFE96

Tints of Canary #FDFE96

Color information

#FDFE96 (or 0xFDFE96) is unknown color: approx Canary. HEX triplet: FD, FE and 96. RGB value is (253,254,150). Sum of RGB (Red+Green+Blue) = 253+254+150=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 150 (58.98% from 255 or 22.83% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFE96 is #020169. Grayscale: #F2F2F2. Windows color (decimal): -131434 or 9895677. OLE color: 9895677.

HSL color Cylindrical-coordinate representation of color #FDFE96: hue angle of 60.58º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDFE96 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB253254150-
CMYK0.0000.410.00
HSL60.58º98.11%79.22%-
HSV(B)60.58º40.94%99.61%-
XYZ81.4593.9742.7-
YUV241.8476.17135.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 150 (58.98% from 255) = 22.83%
R=38.51%
G=38.66%
B=22.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541500.0000.410.0060.5898.1179.22
HexFDFE96002903d624f
Octal3753762260051075142117
Binary11111101111111101001011000101001011110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE96; }

 p { color: rgb(253,254,150); }

 H1.HeaderClassName
 {
   color: #FDFE96;
 }
 .AnyTagClassName
 {
   color: #FDFE96;
 }
</style>
background-color css

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

 a { background-color: rgb(253,254,150); }

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

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

 span { border-color: rgb(253,254,150); }

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