Html Css Color HEX #F2FE9B Tidal

📋 copy color: '#F2FE9B'

red 242 ◦ green 254 ◦ blue 155

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

Shades of Tidal #F2FE9B

Tints of Tidal #F2FE9B

RGB

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

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

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

R = 37.17%
G = 39.02%
B = 23.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#F2FE9B (or 0xF2FE9B) is known color: Tidal. HEX triplet: F2, FE and 9B. RGB value is (242,254,155). Sum of RGB (Red+Green+Blue) = 242+254+155=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 155 (60.94% from 255 or 23.81% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FE9B is #0D0164. Grayscale: #EFEFEF. Windows color (decimal): -852325 or 10223346. OLE color: 10223346.

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

Color convert

RGB 242 254 155 -
CMYK 0.05 0 0.39 0.00
HSL 67.27º 0.98% 0.8% -
HSV(B) 67.27º 0.39% 1% -
XYZ 77.98 92.13 44.68 -
YUV 239.13 80.52 130.05 -
System Red Green Blue C M Y K H S L
Decimal 242 254 155 0.05 0 0.39 0.00 67.27 0.98 0.8
Hex F2 FE 9B 5 0 27 0 43 62 50
Octal 362 376 233 5 0 47 0 103 142 120
Binary 11110010 11111110 10011011 101 0 100111 0 1000011 1100010 1010000

Color Harmonies of #F2FE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE9B

Black with #F2FE9B

Text Example


Text Example

White with #F2FE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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