Html Css Color HEX #F2FC9B Tidal

📋 copy color: '#F2FC9B'

red 242 ◦ green 252 ◦ blue 155

#F2FC9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #F2FC9B

Tints of Tidal #F2FC9B

RGB

 RED value IS 242 (94.92% from 255) = 37.29%

 GREEN value IS 252 (98.83% from 255) = 38.83%

 BLUE value IS 155 (60.94% from 255) = 23.88%

R = 37.29%
G = 38.83%
B = 23.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#F2FC9B (or 0xF2FC9B) is known color: Tidal. HEX triplet: F2, FC and 9B. RGB value is (242,252,155). Sum of RGB (Red+Green+Blue) = 242+252+155=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 155 (60.94% from 255 or 23.88% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FC9B is #0D0364. Grayscale: #EEEEEE. Windows color (decimal): -852837 or 10222834. OLE color: 10222834.

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

Color convert

RGB 242 252 155 -
CMYK 0.04 0 0.38 0.01
HSL 66.19º 0.94% 0.8% -
HSV(B) 66.19º 0.38% 0.99% -
XYZ 77.34 90.86 44.47 -
YUV 237.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 242 252 155 0.04 0 0.38 0.01 66.19 0.94 0.8
Hex F2 FC 9B 4 0 26 1 42 5E 50
Octal 362 374 233 4 0 46 1 102 136 120
Binary 11110010 11111100 10011011 100 0 100110 1 1000010 1011110 1010000

Color Harmonies of #F2FC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC9B

Black with #F2FC9B

Text Example


Text Example

White with #F2FC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC9B; }

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

 H1.HeaderClassName
 {
   color: #F2FC9B;
 }
 .AnyTagClassName
 {
   color: #F2FC9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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