#F2FD96

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

Shades of Tidal #F2FD96

Tints of Tidal #F2FD96

Color information

#F2FD96 (or 0xF2FD96) is unknown color: approx Tidal. HEX triplet: F2, FD and 96. RGB value is (242,253,150). Sum of RGB (Red+Green+Blue) = 242+253+150=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 150 (58.98% from 255 or 23.26% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FD96 is #0D0269. Grayscale: #EEEEEE. Windows color (decimal): -852586 or 9895410. OLE color: 9895410.

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

Color convert

RGB242253150-
CMYK0.0400.410.01
HSL66.41º96.26%79.02%-
HSV(B)66.41º40.71%99.22%-
XYZ77.2591.3342.41-
YUV237.9778.36130.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 150 (58.98% from 255) = 23.26%
R=37.52%
G=39.22%
B=23.26%

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
Decimal2422531500.0400.410.0166.4196.2679.02
HexF2FD964029142604f
Octal36237522640511102140117
Binary11110010111111011001011010001010011100001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FD96; }

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

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

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

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

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

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

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

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