Html Css Color HEX #F1E3AD Pale Goldenrod

📋 copy color: '#F1E3AD'

red 241 ◦ green 227 ◦ blue 173

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

Shades of Pale Goldenrod #F1E3AD

Tints of Pale Goldenrod #F1E3AD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.41%

 BLUE value IS 173 (67.97% from 255) = 26.99%

R = 37.6%
G = 35.41%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1E3AD (or 0xF1E3AD) is known color: Pale Goldenrod. HEX triplet: F1, E3 and AD. RGB value is (241,227,173). Sum of RGB (Red+Green+Blue) = 241+227+173=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E3AD is #0E1C52. Grayscale: #E1E1E1. Windows color (decimal): -924755 or 11396081. OLE color: 11396081.

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

Color convert

RGB 241 227 173 -
CMYK 0 0.06 0.28 0.05
HSL 47.65º 0.71% 0.81% -
HSV(B) 47.65º 0.28% 0.95% -
XYZ 71.29 76.66 50.57 -
YUV 225.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 241 227 173 0 0.06 0.28 0.05 47.65 0.71 0.81
Hex F1 E3 AD 0 6 1C 5 30 47 51
Octal 361 343 255 0 6 34 5 60 107 121
Binary 11110001 11100011 10101101 0 110 11100 101 110000 1000111 1010001

Color Harmonies of #F1E3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3AD

Black with #F1E3AD

Text Example


Text Example

White with #F1E3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3AD; }

 p { color: rgb(241,227,173); }

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

background-color css

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

 a { background-color: rgb(241,227,173); }

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

border-color css

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

 span { border-color: rgb(241,227,173); }

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