Html Css Color HEX #F2F996 Tidal

📋 copy color: '#F2F996'

red 242 ◦ green 249 ◦ blue 150

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

Shades of Tidal #F2F996

Tints of Tidal #F2F996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.4%

R = 37.75%
G = 38.85%
B = 23.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F2F996 (or 0xF2F996) is known color: Tidal. HEX triplet: F2, F9 and 96. RGB value is (242,249,150). Sum of RGB (Red+Green+Blue) = 242+249+150=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 150 (58.98% from 255 or 23.40% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F996 is #0D0669. Grayscale: #ECECEC. Windows color (decimal): -853610 or 9894386. OLE color: 9894386.

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

Color convert

RGB 242 249 150 -
CMYK 0.03 0 0.40 0.02
HSL 64.24º 0.89% 0.78% -
HSV(B) 64.24º 0.4% 0.98% -
XYZ 76 88.83 41.99 -
YUV 235.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 242 249 150 0.03 0 0.40 0.02 64.24 0.89 0.78
Hex F2 F9 96 3 0 28 2 40 59 4E
Octal 362 371 226 3 0 50 2 100 131 116
Binary 11110010 11111001 10010110 11 0 101000 10 1000000 1011001 1001110

Color Harmonies of #F2F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F996

Black with #F2F996

Text Example


Text Example

White with #F2F996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F996; }

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

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

background-color css

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

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

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

border-color css

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

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

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