Html Css Color HEX #FDFEA2 Canary

📋 copy color: '#FDFEA2'

red 253 ◦ green 254 ◦ blue 162

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

Shades of Canary #FDFEA2

Tints of Canary #FDFEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 24.22%

R = 37.82%
G = 37.97%
B = 24.22%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FDFEA2 (or 0xFDFEA2) is known color: Canary. HEX triplet: FD, FE and A2. RGB value is (253,254,162). Sum of RGB (Red+Green+Blue) = 253+254+162=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 162 (63.67% from 255 or 24.22% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA2 is #02015D. Grayscale: #F3F3F3. Windows color (decimal): -131422 or 10682109. OLE color: 10682109.

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

Color convert

RGB 253 254 162 -
CMYK 0.00 0 0.36 0.00
HSL 60.65º 0.98% 0.82% -
HSV(B) 60.65º 0.36% 1% -
XYZ 82.47 94.37 48.05 -
YUV 243.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 253 254 162 0.00 0 0.36 0.00 60.65 0.98 0.82
Hex FD FE A2 0 0 24 0 3D 62 52
Octal 375 376 242 0 0 44 0 75 142 122
Binary 11111101 11111110 10100010 0 0 100100 0 111101 1100010 1010010

Color Harmonies of #FDFEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEA2

Black with #FDFEA2

Text Example


Text Example

White with #FDFEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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