#F2FB98

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

Shades of Tidal #F2FB98

Tints of Tidal #F2FB98

Color information

#F2FB98 (or 0xF2FB98) is unknown color: approx Tidal. HEX triplet: F2, FB and 98. RGB value is (242,251,152). Sum of RGB (Red+Green+Blue) = 242+251+152=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 152 (59.77% from 255 or 23.57% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FB98 is #0D0467. Grayscale: #EDEDED. Windows color (decimal): -853096 or 10025970. OLE color: 10025970.

HSL color Cylindrical-coordinate representation of color #F2FB98: hue angle of 65.45º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2FB98 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB242251152-
CMYK0.0400.390.02
HSL65.45º92.52%79.02%-
HSV(B)65.45º39.44%98.43%-
XYZ76.7890.1443.06-
YUV237.0280.02131.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 152 (59.77% from 255) = 23.57%
R=37.52%
G=38.91%
B=23.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422511520.0400.390.0265.4592.5279.02
HexF2FB9840272415d4f
Octal36237323040472101135117
Binary111100101111101110011000100010011110100000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FB98; }

 p { color: rgb(242,251,152); }

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

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

 a { background-color: rgb(242,251,152); }

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

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

 span { border-color: rgb(242,251,152); }

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