Html Css Color HEX #F1E6AA Pale Goldenrod

📋 copy color: '#F1E6AA'

red 241 ◦ green 230 ◦ blue 170

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

Shades of Pale Goldenrod #F1E6AA

Tints of Pale Goldenrod #F1E6AA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

 BLUE value IS 170 (66.8% from 255) = 26.52%

R = 37.6%
G = 35.88%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1E6AA (or 0xF1E6AA) is known color: Pale Goldenrod. HEX triplet: F1, E6 and AA. RGB value is (241,230,170). Sum of RGB (Red+Green+Blue) = 241+230+170=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E6AA is #0E1955. Grayscale: #E2E2E2. Windows color (decimal): -923990 or 11200241. OLE color: 11200241.

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

Color convert

RGB 241 230 170 -
CMYK 0 0.05 0.29 0.05
HSL 50.7º 0.72% 0.81% -
HSV(B) 50.7º 0.29% 0.95% -
XYZ 71.83 78.2 49.34 -
YUV 226.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 241 230 170 0 0.05 0.29 0.05 50.7 0.72 0.81
Hex F1 E6 AA 0 5 1D 5 33 48 51
Octal 361 346 252 0 5 35 5 63 110 121
Binary 11110001 11100110 10101010 0 101 11101 101 110011 1001000 1010001

Color Harmonies of #F1E6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6AA

Black with #F1E6AA

Text Example


Text Example

White with #F1E6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6AA; }

 p { color: rgb(241,230,170); }

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

background-color css

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

 a { background-color: rgb(241,230,170); }

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

border-color css

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

 span { border-color: rgb(241,230,170); }

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