Html Css Color HEX #F2F693 Tidal

📋 copy color: '#F2F693'

red 242 ◦ green 246 ◦ blue 147

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

Shades of Tidal #F2F693

Tints of Tidal #F2F693

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.74%

 BLUE value IS 147 (57.81% from 255) = 23.15%

R = 38.11%
G = 38.74%
B = 23.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F2F693 (or 0xF2F693) is known color: Tidal. HEX triplet: F2, F6 and 93. RGB value is (242,246,147). Sum of RGB (Red+Green+Blue) = 242+246+147=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 147 (57.81% from 255 or 23.15% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F693 is #0D096C. Grayscale: #E9E9E9. Windows color (decimal): -854381 or 9697010. OLE color: 9697010.

HSL color Cylindrical-coordinate representation of color #F2F693: hue angle of 62.42º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2F693 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 147 -
CMYK 0.02 0 0.40 0.04
HSL 62.42º 0.85% 0.77% -
HSV(B) 62.42º 0.4% 0.96% -
XYZ 74.84 86.9 40.43 -
YUV 233.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 242 246 147 0.02 0 0.40 0.04 62.42 0.85 0.77
Hex F2 F6 93 2 0 28 4 3E 55 4D
Octal 362 366 223 2 0 50 4 76 125 115
Binary 11110010 11110110 10010011 10 0 101000 100 111110 1010101 1001101

Color Harmonies of #F2F693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F693

Black with #F2F693

Text Example


Text Example

White with #F2F693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F693; }

 p { color: rgb(242,246,147); }

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

background-color css

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

 a { background-color: rgb(242,246,147); }

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

border-color css

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

 span { border-color: rgb(242,246,147); }

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