Html Css Color HEX #F2FE96 Tidal

📋 copy color: '#F2FE96'

red 242 ◦ green 254 ◦ blue 150

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

Shades of Tidal #F2FE96

Tints of Tidal #F2FE96

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.32%

 BLUE value IS 150 (58.98% from 255) = 23.22%

R = 37.46%
G = 39.32%
B = 23.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#F2FE96 (or 0xF2FE96) is known color: Tidal. HEX triplet: F2, FE and 96. RGB value is (242,254,150). Sum of RGB (Red+Green+Blue) = 242+254+150=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 150 (58.98% from 255 or 23.22% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FE96 is #0D0169. Grayscale: #EEEEEE. Windows color (decimal): -852330 or 9895666. OLE color: 9895666.

HSL color Cylindrical-coordinate representation of color #F2FE96: hue angle of 66.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2FE96 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 150 -
CMYK 0.05 0 0.41 0.00
HSL 66.92º 0.98% 0.79% -
HSV(B) 66.92º 0.41% 1% -
XYZ 77.56 91.96 42.52 -
YUV 238.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 242 254 150 0.05 0 0.41 0.00 66.92 0.98 0.79
Hex F2 FE 96 5 0 29 0 43 62 4F
Octal 362 376 226 5 0 51 0 103 142 117
Binary 11110010 11111110 10010110 101 0 101001 0 1000011 1100010 1001111

Color Harmonies of #F2FE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE96

Black with #F2FE96

Text Example


Text Example

White with #F2FE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE96; }

 p { color: rgb(242,254,150); }

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

background-color css

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

 a { background-color: rgb(242,254,150); }

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

border-color css

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

 span { border-color: rgb(242,254,150); }

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