Html Css Color HEX #FAFEA0 Canary

📋 copy color: '#FAFEA0'

red 250 ◦ green 254 ◦ blue 160

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

Shades of Canary #FAFEA0

Tints of Canary #FAFEA0

RGB

 RED value IS 250 (98.05% from 255) = 37.65%

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

 BLUE value IS 160 (62.89% from 255) = 24.1%

R = 37.65%
G = 38.25%
B = 24.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FAFEA0 (or 0xFAFEA0) is known color: Canary. HEX triplet: FA, FE and A0. RGB value is (250,254,160). Sum of RGB (Red+Green+Blue) = 250+254+160=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 160 (62.89% from 255 or 24.10% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA0 is #05015F. Grayscale: #F2F2F2. Windows color (decimal): -328032 or 10551034. OLE color: 10551034.

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

Color convert

RGB 250 254 160 -
CMYK 0.02 0 0.37 0.00
HSL 62.55º 0.98% 0.81% -
HSV(B) 62.55º 0.37% 1% -
XYZ 81.21 93.75 47.07 -
YUV 242.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 250 254 160 0.02 0 0.37 0.00 62.55 0.98 0.81
Hex FA FE A0 2 0 25 0 3F 62 51
Octal 372 376 240 2 0 45 0 77 142 121
Binary 11111010 11111110 10100000 10 0 100101 0 111111 1100010 1010001

Color Harmonies of #FAFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEA0

Black with #FAFEA0

Text Example


Text Example

White with #FAFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEA0; }

 p { color: rgb(250,254,160); }

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

background-color css

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

 a { background-color: rgb(250,254,160); }

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

border-color css

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

 span { border-color: rgb(250,254,160); }

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