#F2FC8C

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

Shades of Tidal #F2FC8C

Tints of Tidal #F2FC8C

Color information

#F2FC8C (or 0xF2FC8C) is unknown color: approx Tidal. HEX triplet: F2, FC and 8C. RGB value is (242,252,140). Sum of RGB (Red+Green+Blue) = 242+252+140=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 140 (55.08% from 255 or 22.08% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FC8C is #0D0373. Grayscale: #ECECEC. Windows color (decimal): -852852 or 9239794. OLE color: 9239794.

HSL color Cylindrical-coordinate representation of color #F2FC8C: hue angle of 65.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2FC8C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB242252140-
CMYK0.0400.440.01
HSL65.36º94.92%76.86%-
HSV(B)65.36º44.44%98.82%-
XYZ76.1690.3938.24-
YUV236.2473.69132.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 140 (55.08% from 255) = 22.08%
R=38.17%
G=39.75%
B=22.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422521400.0400.440.0165.3694.9276.86
HexF2FC8C402C1415f4d
Octal36237421440541101137115
Binary11110010111111001000110010001011001100000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FC8C; }

 p { color: rgb(242,252,140); }

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

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

 a { background-color: rgb(242,252,140); }

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

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

 span { border-color: rgb(242,252,140); }

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