Html Css Color HEX #F2EDAC Pale Goldenrod

📋 copy color: '#F2EDAC'

red 242 ◦ green 237 ◦ blue 172

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

Shades of Pale Goldenrod #F2EDAC

Tints of Pale Goldenrod #F2EDAC

RGB

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

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

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

R = 37.17%
G = 36.41%
B = 26.42%

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

#F2EDAC (or 0xF2EDAC) is known color: Pale Goldenrod. HEX triplet: F2, ED and AC. RGB value is (242,237,172). Sum of RGB (Red+Green+Blue) = 242+237+172=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDAC is #0D1253. Grayscale: #E7E7E7. Windows color (decimal): -856660 or 11333106. OLE color: 11333106.

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

Color convert

RGB 242 237 172 -
CMYK 0 0.02 0.29 0.05
HSL 55.71º 0.73% 0.81% -
HSV(B) 55.71º 0.29% 0.95% -
XYZ 74.35 82.42 51.02 -
YUV 231.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 242 237 172 0 0.02 0.29 0.05 55.71 0.73 0.81
Hex F2 ED AC 0 2 1D 5 38 49 51
Octal 362 355 254 0 2 35 5 70 111 121
Binary 11110010 11101101 10101100 0 10 11101 101 111000 1001001 1010001

Color Harmonies of #F2EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDAC

Black with #F2EDAC

Text Example


Text Example

White with #F2EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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