Html Css Color HEX #F2EEAD Pale Goldenrod

📋 copy color: '#F2EEAD'

red 242 ◦ green 238 ◦ blue 173

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

Shades of Pale Goldenrod #F2EEAD

Tints of Pale Goldenrod #F2EEAD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.45%

 BLUE value IS 173 (67.97% from 255) = 26.49%

R = 37.06%
G = 36.45%
B = 26.49%

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

#F2EEAD (or 0xF2EEAD) is known color: Pale Goldenrod. HEX triplet: F2, EE and AD. RGB value is (242,238,173). Sum of RGB (Red+Green+Blue) = 242+238+173=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEAD is #0D1152. Grayscale: #E8E8E8. Windows color (decimal): -856403 or 11398898. OLE color: 11398898.

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

Color convert

RGB 242 238 173 -
CMYK 0 0.02 0.29 0.05
HSL 56.52º 0.73% 0.81% -
HSV(B) 56.52º 0.29% 0.95% -
XYZ 74.74 83.04 51.63 -
YUV 231.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 242 238 173 0 0.02 0.29 0.05 56.52 0.73 0.81
Hex F2 EE AD 0 2 1D 5 39 49 51
Octal 362 356 255 0 2 35 5 71 111 121
Binary 11110010 11101110 10101101 0 10 11101 101 111001 1001001 1010001

Color Harmonies of #F2EEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EEAD

Black with #F2EEAD

Text Example


Text Example

White with #F2EEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EEAD; }

 p { color: rgb(242,238,173); }

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

background-color css

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

 a { background-color: rgb(242,238,173); }

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

border-color css

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

 span { border-color: rgb(242,238,173); }

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