Html Css Color HEX #F1EDAC Pale Goldenrod

📋 copy color: '#F1EDAC'

red 241 ◦ green 237 ◦ blue 172

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

Shades of Pale Goldenrod #F1EDAC

Tints of Pale Goldenrod #F1EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.46%

 BLUE value IS 172 (67.58% from 255) = 26.46%

R = 37.08%
G = 36.46%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1EDAC (or 0xF1EDAC) is known color: Pale Goldenrod. HEX triplet: F1, ED and AC. RGB value is (241,237,172). Sum of RGB (Red+Green+Blue) = 241+237+172=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDAC is #0E1253. Grayscale: #E7E7E7. Windows color (decimal): -922196 or 11333105. OLE color: 11333105.

HSL color Cylindrical-coordinate representation of color #F1EDAC: hue angle of 56.52º degrees, saturation: 0.71, 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 #F1EDAC is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 172 -
CMYK 0 0.02 0.29 0.05
HSL 56.52º 0.71% 0.81% -
HSV(B) 56.52º 0.29% 0.95% -
XYZ 74.01 82.25 51 -
YUV 230.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 241 237 172 0 0.02 0.29 0.05 56.52 0.71 0.81
Hex F1 ED AC 0 2 1D 5 39 47 51
Octal 361 355 254 0 2 35 5 71 107 121
Binary 11110001 11101101 10101100 0 10 11101 101 111001 1000111 1010001

Color Harmonies of #F1EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDAC

Black with #F1EDAC

Text Example


Text Example

White with #F1EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDAC; }

 p { color: rgb(241,237,172); }

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

background-color css

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

 a { background-color: rgb(241,237,172); }

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

border-color css

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

 span { border-color: rgb(241,237,172); }

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