Html Css Color HEX #F2F79D Pale Prim

📋 copy color: '#F2F79D'

red 242 ◦ green 247 ◦ blue 157

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

Shades of Pale Prim #F2F79D

Tints of Pale Prim #F2F79D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.24%

 BLUE value IS 157 (61.72% from 255) = 24.3%

R = 37.46%
G = 38.24%
B = 24.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F2F79D (or 0xF2F79D) is known color: Pale Prim. HEX triplet: F2, F7 and 9D. RGB value is (242,247,157). Sum of RGB (Red+Green+Blue) = 242+247+157=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 157 (61.72% from 255 or 24.30% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F79D is #0D0862. Grayscale: #EBEBEB. Windows color (decimal): -854115 or 10352626. OLE color: 10352626.

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

Color convert

RGB 242 247 157 -
CMYK 0.02 0 0.36 0.03
HSL 63.33º 0.85% 0.79% -
HSV(B) 63.33º 0.36% 0.97% -
XYZ 75.96 87.83 44.85 -
YUV 235.25 83.84 132.82 -
System Red Green Blue C M Y K H S L
Decimal 242 247 157 0.02 0 0.36 0.03 63.33 0.85 0.79
Hex F2 F7 9D 2 0 24 3 3F 55 4F
Octal 362 367 235 2 0 44 3 77 125 117
Binary 11110010 11110111 10011101 10 0 100100 11 111111 1010101 1001111

Color Harmonies of #F2F79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F79D

Black with #F2F79D

Text Example


Text Example

White with #F2F79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F79D; }

 p { color: rgb(242,247,157); }

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

background-color css

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

 a { background-color: rgb(242,247,157); }

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

border-color css

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

 span { border-color: rgb(242,247,157); }

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