Html Css Color HEX #F2FA8C Tidal

📋 copy color: '#F2FA8C'

red 242 ◦ green 250 ◦ blue 140

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

Shades of Tidal #F2FA8C

Tints of Tidal #F2FA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.56%

 BLUE value IS 140 (55.08% from 255) = 22.15%

R = 38.29%
G = 39.56%
B = 22.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F2FA8C (or 0xF2FA8C) is known color: Tidal. HEX triplet: F2, FA and 8C. RGB value is (242,250,140). Sum of RGB (Red+Green+Blue) = 242+250+140=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 140 (55.08% from 255 or 22.15% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA8C is #0D0573. Grayscale: #EBEBEB. Windows color (decimal): -853364 or 9239282. OLE color: 9239282.

HSL color Cylindrical-coordinate representation of color #F2FA8C: hue angle of 64.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2FA8C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 140 -
CMYK 0.03 0 0.44 0.02
HSL 64.36º 0.92% 0.76% -
HSV(B) 64.36º 0.44% 0.98% -
XYZ 75.54 89.14 38.04 -
YUV 235.07 74.35 132.94 -
System Red Green Blue C M Y K H S L
Decimal 242 250 140 0.03 0 0.44 0.02 64.36 0.92 0.76
Hex F2 FA 8C 3 0 2C 2 40 5C 4C
Octal 362 372 214 3 0 54 2 100 134 114
Binary 11110010 11111010 10001100 11 0 101100 10 1000000 1011100 1001100

Color Harmonies of #F2FA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA8C

Black with #F2FA8C

Text Example


Text Example

White with #F2FA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA8C; }

 p { color: rgb(242,250,140); }

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

background-color css

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

 a { background-color: rgb(242,250,140); }

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

border-color css

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

 span { border-color: rgb(242,250,140); }

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