Html Css Color HEX #F2F998 Tidal

📋 copy color: '#F2F998'

red 242 ◦ green 249 ◦ blue 152

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

Shades of Tidal #F2F998

Tints of Tidal #F2F998

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.72%

 BLUE value IS 152 (59.77% from 255) = 23.64%

R = 37.64%
G = 38.72%
B = 23.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F2F998 (or 0xF2F998) is known color: Tidal. HEX triplet: F2, F9 and 98. RGB value is (242,249,152). Sum of RGB (Red+Green+Blue) = 242+249+152=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 152 (59.77% from 255 or 23.64% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F998 is #0D0667. Grayscale: #ECECEC. Windows color (decimal): -853608 or 10025458. OLE color: 10025458.

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

Color convert

RGB 242 249 152 -
CMYK 0.03 0 0.39 0.02
HSL 64.33º 0.89% 0.79% -
HSV(B) 64.33º 0.39% 0.98% -
XYZ 76.16 88.9 42.85 -
YUV 235.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 242 249 152 0.03 0 0.39 0.02 64.33 0.89 0.79
Hex F2 F9 98 3 0 27 2 40 59 4F
Octal 362 371 230 3 0 47 2 100 131 117
Binary 11110010 11111001 10011000 11 0 100111 10 1000000 1011001 1001111

Color Harmonies of #F2F998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F998

Black with #F2F998

Text Example


Text Example

White with #F2F998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F998; }

 p { color: rgb(242,249,152); }

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

background-color css

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

 a { background-color: rgb(242,249,152); }

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

border-color css

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

 span { border-color: rgb(242,249,152); }

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