#F4FD96

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

Shades of Tidal #F4FD96

Tints of Tidal #F4FD96

Color information

#F4FD96 (or 0xF4FD96) is unknown color: approx Tidal. HEX triplet: F4, FD and 96. RGB value is (244,253,150). Sum of RGB (Red+Green+Blue) = 244+253+150=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 150 (58.98% from 255 or 23.18% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FD96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FD96 is #0B0269. Grayscale: #EEEEEE. Windows color (decimal): -721514 or 9895412. OLE color: 9895412.

HSL color Cylindrical-coordinate representation of color #F4FD96: hue angle of 65.24º 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 #F4FD96 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB244253150-
CMYK0.0400.410.01
HSL65.24º96.26%79.02%-
HSV(B)65.24º40.71%99.22%-
XYZ77.9491.6942.44-
YUV238.5778.02131.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.71%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 150 (58.98% from 255) = 23.18%
R=37.71%
G=39.10%
B=23.18%

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
Decimal2442531500.0400.410.0165.2496.2679.02
HexF4FD964029141604f
Octal36437522640511101140117
Binary11110100111111011001011010001010011100000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FD96; }

 p { color: rgb(244,253,150); }

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

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

 a { background-color: rgb(244,253,150); }

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

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

 span { border-color: rgb(244,253,150); }

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