Html Css Color HEX #FAFEA2 Canary

📋 copy color: '#FAFEA2'

red 250 ◦ green 254 ◦ blue 162

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

Shades of Canary #FAFEA2

Tints of Canary #FAFEA2

RGB

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

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

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

R = 37.54%
G = 38.14%
B = 24.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FAFEA2 (or 0xFAFEA2) is known color: Canary. HEX triplet: FA, FE and A2. RGB value is (250,254,162). Sum of RGB (Red+Green+Blue) = 250+254+162=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 162 (63.67% from 255 or 24.32% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA2 is #05015D. Grayscale: #F2F2F2. Windows color (decimal): -328030 or 10682106. OLE color: 10682106.

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

Color convert

RGB 250 254 162 -
CMYK 0.02 0 0.36 0.00
HSL 62.61º 0.98% 0.82% -
HSV(B) 62.61º 0.36% 1% -
XYZ 81.39 93.82 48 -
YUV 242.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 250 254 162 0.02 0 0.36 0.00 62.61 0.98 0.82
Hex FA FE A2 2 0 24 0 3F 62 52
Octal 372 376 242 2 0 44 0 77 142 122
Binary 11111010 11111110 10100010 10 0 100100 0 111111 1100010 1010010

Color Harmonies of #FAFEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEA2

Black with #FAFEA2

Text Example


Text Example

White with #FAFEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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