#FAFF8A

Color #FAFF8A Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #FAFF8A

Tints of Tidal #FAFF8A

Color information

#FAFF8A (or 0xFAFF8A) is unknown color: approx Tidal. HEX triplet: FA, FF and 8A. RGB value is (250,255,138). Sum of RGB (Red+Green+Blue) = 250+255+138=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 138 (54.30% from 255 or 21.46% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF8A is #050075. Grayscale: #F0F0F0. Windows color (decimal): -327798 or 9109498. OLE color: 9109498.

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

Color convert

RGB250255138-
CMYK0.0200.460
HSL62.56º100%77.06%-
HSV(B)62.56º45.88%100%-
XYZ79.7793.6837.92-
YUV240.1770.34135.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 138 (54.30% from 255) = 21.46%
R=38.88%
G=39.66%
B=21.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551380.0200.46062.5610077.06
HexFAFF8A202E03f644d
Octal3723772122056077144115
Binary111110101111111110001010100101110011111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF8A; }

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

 H1.HeaderClassName
 {
   color: #FAFF8A;
 }
 .AnyTagClassName
 {
   color: #FAFF8A;
 }
</style>
background-color css

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

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

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

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

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

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