Html Css Color HEX #F2FC8B Tidal

📋 copy color: '#F2FC8B'

red 242 ◦ green 252 ◦ blue 139

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

Shades of Tidal #F2FC8B

Tints of Tidal #F2FC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 21.96%

R = 38.23%
G = 39.81%
B = 21.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#F2FC8B (or 0xF2FC8B) is known color: Tidal. HEX triplet: F2, FC and 8B. RGB value is (242,252,139). Sum of RGB (Red+Green+Blue) = 242+252+139=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 139 (54.69% from 255 or 21.96% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FC8B is #0D0374. Grayscale: #ECECEC. Windows color (decimal): -852853 or 9174258. OLE color: 9174258.

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

Color convert

RGB 242 252 139 -
CMYK 0.04 0 0.45 0.01
HSL 65.31º 0.95% 0.77% -
HSV(B) 65.31º 0.45% 0.99% -
XYZ 76.09 90.36 37.86 -
YUV 236.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 242 252 139 0.04 0 0.45 0.01 65.31 0.95 0.77
Hex F2 FC 8B 4 0 2D 1 41 5F 4D
Octal 362 374 213 4 0 55 1 101 137 115
Binary 11110010 11111100 10001011 100 0 101101 1 1000001 1011111 1001101

Color Harmonies of #F2FC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC8B

Black with #F2FC8B

Text Example


Text Example

White with #F2FC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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