#F8F19E

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

Shades of Pale Prim #F8F19E

Tints of Pale Prim #F8F19E

Color information

#F8F19E (or 0xF8F19E) is unknown color: approx Pale Prim. HEX triplet: F8, F1 and 9E. RGB value is (248,241,158). Sum of RGB (Red+Green+Blue) = 248+241+158=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 158 (62.11% from 255 or 24.42% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F19E is #070E61. Grayscale: #E9E9E9. Windows color (decimal): -462434 or 10416632. OLE color: 10416632.

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

Color convert

RGB248241158-
CMYK00.030.360.03
HSL55.33º86.54%79.61%-
HSV(B)55.33º36.29%97.25%-
XYZ76.3485.3444.8-
YUV233.6385.32138.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 158 (62.11% from 255) = 24.42%
R=38.33%
G=37.25%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824115800.030.360.0355.3386.5479.61
HexF8F19E03243375750
Octal3703612360344367127120
Binary1111100011110001100111100111001001111011110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F19E; }

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

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

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

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

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

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

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

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