Html Css Color HEX #FAFF8D Canary

📋 copy color: '#FAFF8D'

red 250 ◦ green 255 ◦ blue 141

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

Shades of Canary #FAFF8D

Tints of Canary #FAFF8D

RGB

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

 GREEN value IS 255 (100% from 255) = 39.47%

 BLUE value IS 141 (55.47% from 255) = 21.83%

R = 38.7%
G = 39.47%
B = 21.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FAFF8D (or 0xFAFF8D) is known color: Canary. HEX triplet: FA, FF and 8D. RGB value is (250,255,141). Sum of RGB (Red+Green+Blue) = 250+255+141=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 141 (55.47% from 255 or 21.83% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF8D is #050072. Grayscale: #F0F0F0. Windows color (decimal): -327795 or 9306106. OLE color: 9306106.

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

Color convert

RGB 250 255 141 -
CMYK 0.02 0 0.45 0
HSL 62.63º 1% 0.78% -
HSV(B) 62.63º 0.45% 1% -
XYZ 79.99 93.77 39.08 -
YUV 240.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 250 255 141 0.02 0 0.45 0 62.63 1 0.78
Hex FA FF 8D 2 0 2D 0 3F 64 4E
Octal 372 377 215 2 0 55 0 77 144 116
Binary 11111010 11111111 10001101 10 0 101101 0 111111 1100100 1001110

Color Harmonies of #FAFF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF8D

Black with #FAFF8D

Text Example


Text Example

White with #FAFF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF8D; }

 p { color: rgb(250,255,141); }

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

background-color css

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

 a { background-color: rgb(250,255,141); }

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

border-color css

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

 span { border-color: rgb(250,255,141); }

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