Html Css Color HEX #FAFDA1 Canary

📋 copy color: '#FAFDA1'

red 250 ◦ green 253 ◦ blue 161

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

Shades of Canary #FAFDA1

Tints of Canary #FAFDA1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.1%

 BLUE value IS 161 (63.28% from 255) = 24.25%

R = 37.65%
G = 38.1%
B = 24.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FAFDA1 (or 0xFAFDA1) is known color: Canary. HEX triplet: FA, FD and A1. RGB value is (250,253,161). Sum of RGB (Red+Green+Blue) = 250+253+161=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 161 (63.28% from 255 or 24.25% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDA1 is #05025E. Grayscale: #F1F1F1. Windows color (decimal): -328287 or 10616314. OLE color: 10616314.

HSL color Cylindrical-coordinate representation of color #FAFDA1: hue angle of 61.96º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAFDA1 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 161 -
CMYK 0.01 0 0.36 0.01
HSL 61.96º 0.96% 0.81% -
HSV(B) 61.96º 0.36% 0.99% -
XYZ 80.98 93.15 47.43 -
YUV 241.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 250 253 161 0.01 0 0.36 0.01 61.96 0.96 0.81
Hex FA FD A1 1 0 24 1 3E 60 51
Octal 372 375 241 1 0 44 1 76 140 121
Binary 11111010 11111101 10100001 1 0 100100 1 111110 1100000 1010001

Color Harmonies of #FAFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDA1

Black with #FAFDA1

Text Example


Text Example

White with #FAFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDA1; }

 p { color: rgb(250,253,161); }

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

background-color css

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

 a { background-color: rgb(250,253,161); }

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

border-color css

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

 span { border-color: rgb(250,253,161); }

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