Html Css Color HEX #F7FA9A Pale Prim

📋 copy color: '#F7FA9A'

red 247 ◦ green 250 ◦ blue 154

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

Shades of Pale Prim #F7FA9A

Tints of Pale Prim #F7FA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 23.66%

R = 37.94%
G = 38.4%
B = 23.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F7FA9A (or 0xF7FA9A) is known color: Pale Prim. HEX triplet: F7, FA and 9A. RGB value is (247,250,154). Sum of RGB (Red+Green+Blue) = 247+250+154=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 154 (60.55% from 255 or 23.66% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FA9A is #080565. Grayscale: #EEEEEE. Windows color (decimal): -525670 or 10156791. OLE color: 10156791.

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

Color convert

RGB 247 250 154 -
CMYK 0.01 0 0.38 0.02
HSL 61.88º 0.91% 0.79% -
HSV(B) 61.88º 0.38% 0.98% -
XYZ 78.38 90.48 43.91 -
YUV 238.16 80.51 134.31 -
System Red Green Blue C M Y K H S L
Decimal 247 250 154 0.01 0 0.38 0.02 61.88 0.91 0.79
Hex F7 FA 9A 1 0 26 2 3E 5B 4F
Octal 367 372 232 1 0 46 2 76 133 117
Binary 11110111 11111010 10011010 1 0 100110 10 111110 1011011 1001111

Color Harmonies of #F7FA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FA9A

Black with #F7FA9A

Text Example


Text Example

White with #F7FA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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