#F3FD95

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

Shades of Tidal #F3FD95

Tints of Tidal #F3FD95

Color information

#F3FD95 (or 0xF3FD95) is unknown color: approx Tidal. HEX triplet: F3, FD and 95. RGB value is (243,253,149). Sum of RGB (Red+Green+Blue) = 243+253+149=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 149 (58.59% from 255 or 23.10% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FD95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FD95 is #0C026A. Grayscale: #EEEEEE. Windows color (decimal): -787051 or 9829875. OLE color: 9829875.

HSL color Cylindrical-coordinate representation of color #F3FD95: hue angle of 65.77º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F3FD95 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB243253149-
CMYK0.0400.410.01
HSL65.77º96.3%78.82%-
HSV(B)65.77º41.11%99.22%-
XYZ77.5191.4842-
YUV238.1577.69131.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 149 (58.59% from 255) = 23.10%
R=37.67%
G=39.22%
B=23.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432531490.0400.410.0165.7796.378.82
HexF3FD954029142604f
Octal36337522540511102140117
Binary11110011111111011001010110001010011100001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FD95; }

 p { color: rgb(243,253,149); }

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

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

 a { background-color: rgb(243,253,149); }

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

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

 span { border-color: rgb(243,253,149); }

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