Html Css Color HEX #FAFF85 Tidal

📋 copy color: '#FAFF85'

red 250 ◦ green 255 ◦ blue 133

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

Shades of Tidal #FAFF85

Tints of Tidal #FAFF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 20.85%

R = 39.18%
G = 39.97%
B = 20.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FAFF85 (or 0xFAFF85) is known color: Tidal. HEX triplet: FA, FF and 85. RGB value is (250,255,133). Sum of RGB (Red+Green+Blue) = 250+255+133=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 133 (52.34% from 255 or 20.85% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF85 is #05007A. Grayscale: #F0F0F0. Windows color (decimal): -327803 or 8781818. OLE color: 8781818.

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

Color convert

RGB 250 255 133 -
CMYK 0.02 0 0.48 0
HSL 62.46º 1% 0.76% -
HSV(B) 62.46º 0.48% 1% -
XYZ 79.42 93.54 36.06 -
YUV 239.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 250 255 133 0.02 0 0.48 0 62.46 1 0.76
Hex FA FF 85 2 0 30 0 3E 64 4C
Octal 372 377 205 2 0 60 0 76 144 114
Binary 11111010 11111111 10000101 10 0 110000 0 111110 1100100 1001100

Color Harmonies of #FAFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF85

Black with #FAFF85

Text Example


Text Example

White with #FAFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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