Html Css Color HEX #FAFE80 Tidal

📋 copy color: '#FAFE80'

red 250 ◦ green 254 ◦ blue 128

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

Shades of Tidal #FAFE80

Tints of Tidal #FAFE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.25%

R = 39.56%
G = 40.19%
B = 20.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FAFE80 (or 0xFAFE80) is known color: Tidal. HEX triplet: FA, FE and 80. RGB value is (250,254,128). Sum of RGB (Red+Green+Blue) = 250+254+128=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 128 (50.39% from 255 or 20.25% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE80 is #05017F. Grayscale: #EEEEEE. Windows color (decimal): -328064 or 8453882. OLE color: 8453882.

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

Color convert

RGB 250 254 128 -
CMYK 0.02 0 0.50 0.00
HSL 61.9º 0.98% 0.75% -
HSV(B) 61.9º 0.5% 1% -
XYZ 78.76 92.77 34.18 -
YUV 238.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 250 254 128 0.02 0 0.50 0.00 61.9 0.98 0.75
Hex FA FE 80 2 0 32 0 3E 62 4B
Octal 372 376 200 2 0 62 0 76 142 113
Binary 11111010 11111110 10000000 10 0 110010 0 111110 1100010 1001011

Color Harmonies of #FAFE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE80

Black with #FAFE80

Text Example


Text Example

White with #FAFE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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