Html Css Color HEX #F2F48D Tidal

📋 copy color: '#F2F48D'

red 242 ◦ green 244 ◦ blue 141

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

Shades of Tidal #F2F48D

Tints of Tidal #F2F48D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.92%

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

R = 38.6%
G = 38.92%
B = 22.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F2F48D (or 0xF2F48D) is known color: Tidal. HEX triplet: F2, F4 and 8D. RGB value is (242,244,141). Sum of RGB (Red+Green+Blue) = 242+244+141=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 141 (55.47% from 255 or 22.49% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F48D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F48D is #0D0B72. Grayscale: #E8E8E8. Windows color (decimal): -854899 or 9303282. OLE color: 9303282.

HSL color Cylindrical-coordinate representation of color #F2F48D: hue angle of 61.17º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2F48D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 244 141 -
CMYK 0.01 0 0.42 0.04
HSL 61.17º 0.82% 0.75% -
HSV(B) 61.17º 0.42% 0.96% -
XYZ 73.78 85.5 37.81 -
YUV 231.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 242 244 141 0.01 0 0.42 0.04 61.17 0.82 0.75
Hex F2 F4 8D 1 0 2A 4 3D 52 4B
Octal 362 364 215 1 0 52 4 75 122 113
Binary 11110010 11110100 10001101 1 0 101010 100 111101 1010010 1001011

Color Harmonies of #F2F48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F48D

Black with #F2F48D

Text Example


Text Example

White with #F2F48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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