Html Css Color HEX #F0FA8C Tidal

📋 copy color: '#F0FA8C'

red 240 ◦ green 250 ◦ blue 140

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

Shades of Tidal #F0FA8C

Tints of Tidal #F0FA8C

RGB

 RED value IS 240 (94.14% from 255) = 38.1%

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

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

R = 38.1%
G = 39.68%
B = 22.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F0FA8C (or 0xF0FA8C) is known color: Tidal. HEX triplet: F0, FA and 8C. RGB value is (240,250,140). Sum of RGB (Red+Green+Blue) = 240+250+140=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FA8C is #0F0573. Grayscale: #EAEAEA. Windows color (decimal): -984436 or 9239280. OLE color: 9239280.

HSL color Cylindrical-coordinate representation of color #F0FA8C: hue angle of 65.45º 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 #F0FA8C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 140 -
CMYK 0.04 0 0.44 0.02
HSL 65.45º 0.92% 0.76% -
HSV(B) 65.45º 0.44% 0.98% -
XYZ 74.85 88.79 38 -
YUV 234.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 240 250 140 0.04 0 0.44 0.02 65.45 0.92 0.76
Hex F0 FA 8C 4 0 2C 2 41 5C 4C
Octal 360 372 214 4 0 54 2 101 134 114
Binary 11110000 11111010 10001100 100 0 101100 10 1000001 1011100 1001100

Color Harmonies of #F0FA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA8C

Black with #F0FA8C

Text Example


Text Example

White with #F0FA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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