Html Css Color HEX #F7FA9F Pale Prim

📋 copy color: '#F7FA9F'

red 247 ◦ green 250 ◦ blue 159

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

Shades of Pale Prim #F7FA9F

Tints of Pale Prim #F7FA9F

RGB

 RED value IS 247 (96.88% from 255) = 37.65%

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

 BLUE value IS 159 (62.5% from 255) = 24.24%

R = 37.65%
G = 38.11%
B = 24.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F7FA9F (or 0xF7FA9F) is known color: Pale Prim. HEX triplet: F7, FA and 9F. RGB value is (247,250,159). Sum of RGB (Red+Green+Blue) = 247+250+159=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 159 (62.5% from 255 or 24.24% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FA9F is #080560. Grayscale: #EFEFEF. Windows color (decimal): -525665 or 10484471. OLE color: 10484471.

HSL color Cylindrical-coordinate representation of color #F7FA9F: hue angle of 61.98º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7FA9F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 250 159 -
CMYK 0.01 0 0.36 0.02
HSL 61.98º 0.9% 0.8% -
HSV(B) 61.98º 0.36% 0.98% -
XYZ 78.8 90.65 46.14 -
YUV 238.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 247 250 159 0.01 0 0.36 0.02 61.98 0.9 0.8
Hex F7 FA 9F 1 0 24 2 3E 5A 50
Octal 367 372 237 1 0 44 2 76 132 120
Binary 11110111 11111010 10011111 1 0 100100 10 111110 1011010 1010000

Color Harmonies of #F7FA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FA9F

Black with #F7FA9F

Text Example


Text Example

White with #F7FA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FA9F; }

 p { color: rgb(247,250,159); }

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

background-color css

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

 a { background-color: rgb(247,250,159); }

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

border-color css

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

 span { border-color: rgb(247,250,159); }

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