Html Css Color HEX #F2EBAC Pale Goldenrod

📋 copy color: '#F2EBAC'

red 242 ◦ green 235 ◦ blue 172

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

Shades of Pale Goldenrod #F2EBAC

Tints of Pale Goldenrod #F2EBAC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.21%

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

R = 37.29%
G = 36.21%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2EBAC (or 0xF2EBAC) is known color: Pale Goldenrod. HEX triplet: F2, EB and AC. RGB value is (242,235,172). Sum of RGB (Red+Green+Blue) = 242+235+172=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBAC is #0D1453. Grayscale: #E6E6E6. Windows color (decimal): -857172 or 11332594. OLE color: 11332594.

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

Color convert

RGB 242 235 172 -
CMYK 0 0.03 0.29 0.05
HSL 54º 0.73% 0.81% -
HSV(B) 54º 0.29% 0.95% -
XYZ 73.77 81.27 50.83 -
YUV 229.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 242 235 172 0 0.03 0.29 0.05 54 0.73 0.81
Hex F2 EB AC 0 3 1D 5 36 49 51
Octal 362 353 254 0 3 35 5 66 111 121
Binary 11110010 11101011 10101100 0 11 11101 101 110110 1001001 1010001

Color Harmonies of #F2EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBAC

Black with #F2EBAC

Text Example


Text Example

White with #F2EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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