Html Css Color HEX #F2FE8D Tidal

📋 copy color: '#F2FE8D'

red 242 ◦ green 254 ◦ blue 141

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

Shades of Tidal #F2FE8D

Tints of Tidal #F2FE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.14%

R = 37.99%
G = 39.87%
B = 22.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#F2FE8D (or 0xF2FE8D) is known color: Tidal. HEX triplet: F2, FE and 8D. RGB value is (242,254,141). Sum of RGB (Red+Green+Blue) = 242+254+141=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 141 (55.47% from 255 or 22.14% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FE8D is #0D0172. Grayscale: #EDEDED. Windows color (decimal): -852339 or 9305842. OLE color: 9305842.

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

Color convert

RGB 242 254 141 -
CMYK 0.05 0 0.44 0.00
HSL 66.37º 0.98% 0.77% -
HSV(B) 66.37º 0.44% 1% -
XYZ 76.87 91.68 38.84 -
YUV 237.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 242 254 141 0.05 0 0.44 0.00 66.37 0.98 0.77
Hex F2 FE 8D 5 0 2C 0 42 62 4D
Octal 362 376 215 5 0 54 0 102 142 115
Binary 11110010 11111110 10001101 101 0 101100 0 1000010 1100010 1001101

Color Harmonies of #F2FE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE8D

Black with #F2FE8D

Text Example


Text Example

White with #F2FE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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