Html Css Color HEX #F8F19E Pale Prim

📋 copy color: '#F8F19E'

red 248 ◦ green 241 ◦ blue 158

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

Shades of Pale Prim #F8F19E

Tints of Pale Prim #F8F19E

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 value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8F19E (or 0xF8F19E) is known color: 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

RGB 248 241 158 -
CMYK 0 0.03 0.36 0.03
HSL 55.33º 0.87% 0.8% -
HSV(B) 55.33º 0.36% 0.97% -
XYZ 76.34 85.34 44.8 -
YUV 233.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 248 241 158 0 0.03 0.36 0.03 55.33 0.87 0.8
Hex F8 F1 9E 0 3 24 3 37 57 50
Octal 370 361 236 0 3 44 3 67 127 120
Binary 11111000 11110001 10011110 0 11 100100 11 110111 1010111 1010000

Color Harmonies of #F8F19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F19E

Black with #F8F19E

Text Example


Text Example

White with #F8F19E

Text Example


Text Example

HTML Codes & Css Web 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>