Html Css Color HEX #F2EDB2 Pale Goldenrod

📋 copy color: '#F2EDB2'

red 242 ◦ green 237 ◦ blue 178

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

Shades of Pale Goldenrod #F2EDB2

Tints of Pale Goldenrod #F2EDB2

RGB

 RED value IS 242 (94.92% from 255) = 36.83%

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

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

R = 36.83%
G = 36.07%
B = 27.09%

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

#F2EDB2 (or 0xF2EDB2) is known color: Pale Goldenrod. HEX triplet: F2, ED and B2. RGB value is (242,237,178). Sum of RGB (Red+Green+Blue) = 242+237+178=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 178 (69.92% from 255 or 27.09% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDB2 is #0D124D. Grayscale: #E8E8E8. Windows color (decimal): -856654 or 11726322. OLE color: 11726322.

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

Color convert

RGB 242 237 178 -
CMYK 0 0.02 0.26 0.05
HSL 55.31º 0.71% 0.82% -
HSV(B) 55.31º 0.26% 0.95% -
XYZ 74.94 82.66 54.12 -
YUV 231.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 242 237 178 0 0.02 0.26 0.05 55.31 0.71 0.82
Hex F2 ED B2 0 2 1A 5 37 47 52
Octal 362 355 262 0 2 32 5 67 107 122
Binary 11110010 11101101 10110010 0 10 11010 101 110111 1000111 1010010

Color Harmonies of #F2EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDB2

Black with #F2EDB2

Text Example


Text Example

White with #F2EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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