Html Css Color HEX #FDFEA1 Canary

📋 copy color: '#FDFEA1'

red 253 ◦ green 254 ◦ blue 161

#FDFEA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Canary #FDFEA1

Tints of Canary #FDFEA1

RGB

 RED value IS 253 (99.22% from 255) = 37.87%

 GREEN value IS 254 (99.61% from 255) = 38.02%

 BLUE value IS 161 (63.28% from 255) = 24.1%

R = 37.87%
G = 38.02%
B = 24.1%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FDFEA1 (or 0xFDFEA1) is known color: Canary. HEX triplet: FD, FE and A1. RGB value is (253,254,161). Sum of RGB (Red+Green+Blue) = 253+254+161=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 161 (63.28% from 255 or 24.10% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA1 is #02015E. Grayscale: #F3F3F3. Windows color (decimal): -131423 or 10616573. OLE color: 10616573.

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

Color convert

RGB 253 254 161 -
CMYK 0.00 0 0.37 0.00
HSL 60.65º 0.98% 0.81% -
HSV(B) 60.65º 0.37% 1% -
XYZ 82.38 94.34 47.59 -
YUV 243.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 253 254 161 0.00 0 0.37 0.00 60.65 0.98 0.81
Hex FD FE A1 0 0 25 0 3D 62 51
Octal 375 376 241 0 0 45 0 75 142 121
Binary 11111101 11111110 10100001 0 0 100101 0 111101 1100010 1010001

Color Harmonies of #FDFEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEA1

Black with #FDFEA1

Text Example


Text Example

White with #FDFEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEA1; }

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

 H1.HeaderClassName
 {
   color: #FDFEA1;
 }
 .AnyTagClassName
 {
   color: #FDFEA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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