#F2F988

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

Shades of Tidal #F2F988

Tints of Tidal #F2F988

Color information

#F2F988 (or 0xF2F988) is unknown color: approx Tidal. HEX triplet: F2, F9 and 88. RGB value is (242,249,136). Sum of RGB (Red+Green+Blue) = 242+249+136=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 136 (53.52% from 255 or 21.69% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F988 is #0D0677. Grayscale: #EAEAEA. Windows color (decimal): -853624 or 8976882. OLE color: 8976882.

HSL color Cylindrical-coordinate representation of color #F2F988: hue angle of 63.72º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2F988 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB242249136-
CMYK0.0300.450.02
HSL63.72º90.4%75.49%-
HSV(B)63.72º45.38%97.65%-
XYZ74.9488.4136.41-
YUV234.0272.68133.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 136 (53.52% from 255) = 21.69%
R=38.60%
G=39.71%
B=21.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422491360.0300.450.0263.7290.475.49
HexF2F988302D2405a4b
Octal36237121030552100132113
Binary11110010111110011000100011010110110100000010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F988; }

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

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

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

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

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

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

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

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