Html Css Color HEX #FAFF86 Tidal

📋 copy color: '#FAFF86'

red 250 ◦ green 255 ◦ blue 134

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

Shades of Tidal #FAFF86

Tints of Tidal #FAFF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 20.97%

R = 39.12%
G = 39.91%
B = 20.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FAFF86 (or 0xFAFF86) is known color: Tidal. HEX triplet: FA, FF and 86. RGB value is (250,255,134). Sum of RGB (Red+Green+Blue) = 250+255+134=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 134 (52.73% from 255 or 20.97% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF86 is #050079. Grayscale: #F0F0F0. Windows color (decimal): -327802 or 8847354. OLE color: 8847354.

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

Color convert

RGB 250 255 134 -
CMYK 0.02 0 0.47 0
HSL 62.48º 1% 0.76% -
HSV(B) 62.48º 0.47% 1% -
XYZ 79.49 93.57 36.42 -
YUV 239.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 250 255 134 0.02 0 0.47 0 62.48 1 0.76
Hex FA FF 86 2 0 2F 0 3E 64 4C
Octal 372 377 206 2 0 57 0 76 144 114
Binary 11111010 11111111 10000110 10 0 101111 0 111110 1100100 1001100

Color Harmonies of #FAFF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF86

Black with #FAFF86

Text Example


Text Example

White with #FAFF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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