#FAFE83

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

Shades of Tidal #FAFE83

Tints of Tidal #FAFE83

Color information

#FAFE83 (or 0xFAFE83) is unknown color: approx Tidal. HEX triplet: FA, FE and 83. RGB value is (250,254,131). Sum of RGB (Red+Green+Blue) = 250+254+131=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 131 (51.56% from 255 or 20.63% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE83 is #05017C. Grayscale: #EFEFEF. Windows color (decimal): -328061 or 8650490. OLE color: 8650490.

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

Color convert

RGB250254131-
CMYK0.0200.480.00
HSL61.95º98.4%75.49%-
HSV(B)61.95º48.43%99.61%-
XYZ78.9692.8535.23-
YUV238.7867.17136-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 20.63%
R=39.37%
G=40%
B=20.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541310.0200.480.0061.9598.475.49
HexFAFE83203003e624b
Octal3723762032060076142113
Binary111110101111111010000011100110000011111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE83; }

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

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

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

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

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

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

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

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