Html Css Color HEX #FAFE8F Canary

📋 copy color: '#FAFE8F'

red 250 ◦ green 254 ◦ blue 143

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

Shades of Canary #FAFE8F

Tints of Canary #FAFE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.1%

R = 38.64%
G = 39.26%
B = 22.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FAFE8F (or 0xFAFE8F) is known color: Canary. HEX triplet: FA, FE and 8F. RGB value is (250,254,143). Sum of RGB (Red+Green+Blue) = 250+254+143=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 143 (56.25% from 255 or 22.10% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE8F is #050170. Grayscale: #F0F0F0. Windows color (decimal): -328049 or 9436922. OLE color: 9436922.

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

Color convert

RGB 250 254 143 -
CMYK 0.02 0 0.44 0.00
HSL 62.16º 0.98% 0.78% -
HSV(B) 62.16º 0.44% 1% -
XYZ 79.82 93.19 39.77 -
YUV 240.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 250 254 143 0.02 0 0.44 0.00 62.16 0.98 0.78
Hex FA FE 8F 2 0 2C 0 3E 62 4E
Octal 372 376 217 2 0 54 0 76 142 116
Binary 11111010 11111110 10001111 10 0 101100 0 111110 1100010 1001110

Color Harmonies of #FAFE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE8F

Black with #FAFE8F

Text Example


Text Example

White with #FAFE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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