Html Css Color HEX #F1EDB2 Pale Goldenrod

📋 copy color: '#F1EDB2'

red 241 ◦ green 237 ◦ blue 178

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

Shades of Pale Goldenrod #F1EDB2

Tints of Pale Goldenrod #F1EDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.13%

R = 36.74%
G = 36.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1EDB2 (or 0xF1EDB2) is known color: Pale Goldenrod. HEX triplet: F1, ED and B2. RGB value is (241,237,178). Sum of RGB (Red+Green+Blue) = 241+237+178=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDB2 is #0E124D. Grayscale: #E7E7E7. Windows color (decimal): -922190 or 11726321. OLE color: 11726321.

HSL color Cylindrical-coordinate representation of color #F1EDB2: hue angle of 56.19º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1EDB2 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 178 -
CMYK 0 0.02 0.26 0.05
HSL 56.19º 0.69% 0.82% -
HSV(B) 56.19º 0.26% 0.95% -
XYZ 74.6 82.48 54.11 -
YUV 231.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 241 237 178 0 0.02 0.26 0.05 56.19 0.69 0.82
Hex F1 ED B2 0 2 1A 5 38 45 52
Octal 361 355 262 0 2 32 5 70 105 122
Binary 11110001 11101101 10110010 0 10 11010 101 111000 1000101 1010010

Color Harmonies of #F1EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDB2

Black with #F1EDB2

Text Example


Text Example

White with #F1EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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