#F8FA9E

Color #F8FA9E Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #F8FA9E

Tints of Pale Prim #F8FA9E

Color information

#F8FA9E (or 0xF8FA9E) is unknown color: approx Pale Prim. HEX triplet: F8, FA and 9E. RGB value is (248,250,158). Sum of RGB (Red+Green+Blue) = 248+250+158=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 158 (62.11% from 255 or 24.09% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FA9E is #070561. Grayscale: #EFEFEF. Windows color (decimal): -460130 or 10418936. OLE color: 10418936.

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

Color convert

RGB248250158-
CMYK0.0100.370.02
HSL61.3º90.2%80%-
HSV(B)61.3º36.8%98.04%-
XYZ79.0790.845.71-
YUV238.9182.34134.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.80%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 158 (62.11% from 255) = 24.09%
R=37.80%
G=38.11%
B=24.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501580.0100.370.0261.390.280
HexF8FA9E102523d5a50
Octal3703722361045275132120
Binary111110001111101010011110101001011011110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FA9E; }

 p { color: rgb(248,250,158); }

 H1.HeaderClassName
 {
   color: #F8FA9E;
 }
 .AnyTagClassName
 {
   color: #F8FA9E;
 }
</style>
background-color css

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

 a { background-color: rgb(248,250,158); }

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

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

 span { border-color: rgb(248,250,158); }

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