Html Css Color HEX #FAFE82 Tidal

📋 copy color: '#FAFE82'

red 250 ◦ green 254 ◦ blue 130

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

Shades of Tidal #FAFE82

Tints of Tidal #FAFE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 20.5%

R = 39.43%
G = 40.06%
B = 20.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FAFE82 (or 0xFAFE82) is known color: Tidal. HEX triplet: FA, FE and 82. RGB value is (250,254,130). Sum of RGB (Red+Green+Blue) = 250+254+130=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 130 (51.17% from 255 or 20.50% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE82 is #05017D. Grayscale: #EFEFEF. Windows color (decimal): -328062 or 8584954. OLE color: 8584954.

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

Color convert

RGB 250 254 130 -
CMYK 0.02 0 0.49 0.00
HSL 61.94º 0.98% 0.75% -
HSV(B) 61.94º 0.49% 1% -
XYZ 78.9 92.82 34.88 -
YUV 238.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 250 254 130 0.02 0 0.49 0.00 61.94 0.98 0.75
Hex FA FE 82 2 0 31 0 3E 62 4B
Octal 372 376 202 2 0 61 0 76 142 113
Binary 11111010 11111110 10000010 10 0 110001 0 111110 1100010 1001011

Color Harmonies of #FAFE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE82

Black with #FAFE82

Text Example


Text Example

White with #FAFE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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