#FAFE82

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

Shades of Tidal #FAFE82

Tints of Tidal #FAFE82

Color information

#FAFE82 (or 0xFAFE82) is unknown color: approx 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

RGB250254130-
CMYK0.0200.490.00
HSL61.94º98.41%75.29%-
HSV(B)61.94º48.82%99.61%-
XYZ78.992.8234.88-
YUV238.6766.67136.08-

RGB Variations

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

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.50%
R=39.43%
G=40.06%
B=20.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541300.0200.490.0061.9498.4175.29
HexFAFE82203103e624b
Octal3723762022061076142113
Binary111110101111111010000010100110001011111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>