Html Css Color HEX #F1E8A6 Pale Goldenrod

📋 copy color: '#F1E8A6'

red 241 ◦ green 232 ◦ blue 166

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

Shades of Pale Goldenrod #F1E8A6

Tints of Pale Goldenrod #F1E8A6

RGB

 RED value IS 241 (94.53% from 255) = 37.72%

 GREEN value IS 232 (91.02% from 255) = 36.31%

 BLUE value IS 166 (65.23% from 255) = 25.98%

R = 37.72%
G = 36.31%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F1E8A6 (or 0xF1E8A6) is known color: Pale Goldenrod. HEX triplet: F1, E8 and A6. RGB value is (241,232,166). Sum of RGB (Red+Green+Blue) = 241+232+166=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E8A6 is #0E1759. Grayscale: #E3E3E3. Windows color (decimal): -923482 or 10938609. OLE color: 10938609.

HSL color Cylindrical-coordinate representation of color #F1E8A6: hue angle of 52.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1E8A6 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 232 166 -
CMYK 0 0.04 0.31 0.05
HSL 52.8º 0.73% 0.8% -
HSV(B) 52.8º 0.31% 0.95% -
XYZ 72.02 79.17 47.56 -
YUV 227.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 241 232 166 0 0.04 0.31 0.05 52.8 0.73 0.8
Hex F1 E8 A6 0 4 1F 5 35 49 50
Octal 361 350 246 0 4 37 5 65 111 120
Binary 11110001 11101000 10100110 0 100 11111 101 110101 1001001 1010000

Color Harmonies of #F1E8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E8A6

Black with #F1E8A6

Text Example


Text Example

White with #F1E8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E8A6; }

 p { color: rgb(241,232,166); }

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

background-color css

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

 a { background-color: rgb(241,232,166); }

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

border-color css

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

 span { border-color: rgb(241,232,166); }

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