Html Css Color HEX #F1EEA8 Pale Goldenrod

📋 copy color: '#F1EEA8'

red 241 ◦ green 238 ◦ blue 168

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

Shades of Pale Goldenrod #F1EEA8

Tints of Pale Goldenrod #F1EEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.79%

 BLUE value IS 168 (66.02% from 255) = 25.97%

R = 37.25%
G = 36.79%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F1EEA8 (or 0xF1EEA8) is known color: Pale Goldenrod. HEX triplet: F1, EE and A8. RGB value is (241,238,168). Sum of RGB (Red+Green+Blue) = 241+238+168=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 168 (66.02% from 255 or 25.97% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EEA8 is #0E1157. Grayscale: #E7E7E7. Windows color (decimal): -921944 or 11071217. OLE color: 11071217.

HSL color Cylindrical-coordinate representation of color #F1EEA8: hue angle of 57.53º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1EEA8 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 238 168 -
CMYK 0 0.01 0.30 0.05
HSL 57.53º 0.72% 0.8% -
HSV(B) 57.53º 0.3% 0.95% -
XYZ 73.92 82.68 49.11 -
YUV 230.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 241 238 168 0 0.01 0.30 0.05 57.53 0.72 0.8
Hex F1 EE A8 0 1 1E 5 3A 48 50
Octal 361 356 250 0 1 36 5 72 110 120
Binary 11110001 11101110 10101000 0 1 11110 101 111010 1001000 1010000

Color Harmonies of #F1EEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EEA8

Black with #F1EEA8

Text Example


Text Example

White with #F1EEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EEA8; }

 p { color: rgb(241,238,168); }

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

background-color css

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

 a { background-color: rgb(241,238,168); }

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

border-color css

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

 span { border-color: rgb(241,238,168); }

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