#FDFE98

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

Shades of Canary #FDFE98

Tints of Canary #FDFE98

Color information

#FDFE98 (or 0xFDFE98) is unknown color: approx Canary. HEX triplet: FD, FE and 98. RGB value is (253,254,152). Sum of RGB (Red+Green+Blue) = 253+254+152=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 152 (59.77% from 255 or 23.07% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFE98 is #020167. Grayscale: #F2F2F2. Windows color (decimal): -131432 or 10026749. OLE color: 10026749.

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

Color convert

RGB253254152-
CMYK0.0000.400.00
HSL60.59º98.08%79.61%-
HSV(B)60.59º40.16%99.61%-
XYZ81.6294.0343.55-
YUV242.0777.17135.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 152 (59.77% from 255) = 23.07%
R=38.39%
G=38.54%
B=23.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541520.0000.400.0060.5998.0879.61
HexFDFE98002803d6250
Octal3753762300050075142120
Binary11111101111111101001100000101000011110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE98; }

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

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

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

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

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

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

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

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