Html Css Color HEX #F2FA8D Tidal

📋 copy color: '#F2FA8D'

red 242 ◦ green 250 ◦ blue 141

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

Shades of Tidal #F2FA8D

Tints of Tidal #F2FA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.49%

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

R = 38.23%
G = 39.49%
B = 22.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F2FA8D (or 0xF2FA8D) is known color: Tidal. HEX triplet: F2, FA and 8D. RGB value is (242,250,141). Sum of RGB (Red+Green+Blue) = 242+250+141=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 141 (55.47% from 255 or 22.27% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA8D is #0D0572. Grayscale: #EBEBEB. Windows color (decimal): -853363 or 9304818. OLE color: 9304818.

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

Color convert

RGB 242 250 141 -
CMYK 0.03 0 0.44 0.02
HSL 64.4º 0.92% 0.77% -
HSV(B) 64.4º 0.44% 0.98% -
XYZ 75.61 89.17 38.43 -
YUV 235.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 242 250 141 0.03 0 0.44 0.02 64.4 0.92 0.77
Hex F2 FA 8D 3 0 2C 2 40 5C 4D
Octal 362 372 215 3 0 54 2 100 134 115
Binary 11110010 11111010 10001101 11 0 101100 10 1000000 1011100 1001101

Color Harmonies of #F2FA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA8D

Black with #F2FA8D

Text Example


Text Example

White with #F2FA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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