Html Css Color HEX #F2FF9B Tidal

📋 copy color: '#F2FF9B'

red 242 ◦ green 255 ◦ blue 155

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

Shades of Tidal #F2FF9B

Tints of Tidal #F2FF9B

RGB

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

 GREEN value IS 255 (100% from 255) = 39.11%

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

R = 37.12%
G = 39.11%
B = 23.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#F2FF9B (or 0xF2FF9B) is known color: Tidal. HEX triplet: F2, FF and 9B. RGB value is (242,255,155). Sum of RGB (Red+Green+Blue) = 242+255+155=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 155 (60.94% from 255 or 23.77% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF9B is #0D0064. Grayscale: #F0F0F0. Windows color (decimal): -852069 or 10223602. OLE color: 10223602.

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

Color convert

RGB 242 255 155 -
CMYK 0.05 0 0.39 0
HSL 67.8º 1% 0.8% -
HSV(B) 67.8º 0.39% 1% -
XYZ 78.29 92.76 44.79 -
YUV 239.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 242 255 155 0.05 0 0.39 0 67.8 1 0.8
Hex F2 FF 9B 5 0 27 0 44 64 50
Octal 362 377 233 5 0 47 0 104 144 120
Binary 11110010 11111111 10011011 101 0 100111 0 1000100 1100100 1010000

Color Harmonies of #F2FF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF9B

Black with #F2FF9B

Text Example


Text Example

White with #F2FF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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