#F2F998

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

Shades of Tidal #F2F998

Tints of Tidal #F2F998

Color information

#F2F998 (or 0xF2F998) is unknown color: approx Tidal. HEX triplet: F2, F9 and 98. RGB value is (242,249,152). Sum of RGB (Red+Green+Blue) = 242+249+152=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 152 (59.77% from 255 or 23.64% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F998 is #0D0667. Grayscale: #ECECEC. Windows color (decimal): -853608 or 10025458. OLE color: 10025458.

HSL color Cylindrical-coordinate representation of color #F2F998: hue angle of 64.33º degrees, saturation: 0.89, 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 #F2F998 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB242249152-
CMYK0.0300.390.02
HSL64.33º88.99%78.63%-
HSV(B)64.33º38.96%97.65%-
XYZ76.1688.942.85-
YUV235.8580.68132.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 152 (59.77% from 255) = 23.64%
R=37.64%
G=38.72%
B=23.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422491520.0300.390.0264.3388.9978.63
HexF2F9983027240594f
Octal36237123030472100131117
Binary11110010111110011001100011010011110100000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F998; }

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

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

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

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

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

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

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

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