Html Css Color HEX #FEFDA1 Canary

📋 copy color: '#FEFDA1'

red 254 ◦ green 253 ◦ blue 161

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

Shades of Canary #FEFDA1

Tints of Canary #FEFDA1

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FEFDA1: hue angle of 59.35º 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 #FEFDA1 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 161 -
CMYK 0 0.00 0.37 0.00
HSL 59.35º 0.98% 0.81% -
HSV(B) 59.35º 0.37% 1% -
XYZ 82.43 93.89 47.5 -
YUV 242.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 254 253 161 0 0.00 0.37 0.00 59.35 0.98 0.81
Hex FE FD A1 0 0 25 0 3B 62 51
Octal 376 375 241 0 0 45 0 73 142 121
Binary 11111110 11111101 10100001 0 0 100101 0 111011 1100010 1010001

Color Harmonies of #FEFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDA1

Black with #FEFDA1

Text Example


Text Example

White with #FEFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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