Html Css Color HEX #F2EFAC Pale Goldenrod

📋 copy color: '#F2EFAC'

red 242 ◦ green 239 ◦ blue 172

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

Shades of Pale Goldenrod #F2EFAC

Tints of Pale Goldenrod #F2EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

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

R = 37.06%
G = 36.6%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2EFAC (or 0xF2EFAC) is known color: Pale Goldenrod. HEX triplet: F2, EF and AC. RGB value is (242,239,172). Sum of RGB (Red+Green+Blue) = 242+239+172=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFAC is #0D1053. Grayscale: #E8E8E8. Windows color (decimal): -856148 or 11333618. OLE color: 11333618.

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

Color convert

RGB 242 239 172 -
CMYK 0 0.01 0.29 0.05
HSL 57.43º 0.73% 0.81% -
HSV(B) 57.43º 0.29% 0.95% -
XYZ 74.93 83.59 51.21 -
YUV 232.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 242 239 172 0 0.01 0.29 0.05 57.43 0.73 0.81
Hex F2 EF AC 0 1 1D 5 39 49 51
Octal 362 357 254 0 1 35 5 71 111 121
Binary 11110010 11101111 10101100 0 1 11101 101 111001 1001001 1010001

Color Harmonies of #F2EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFAC

Black with #F2EFAC

Text Example


Text Example

White with #F2EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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