Html Css Color HEX #F2E7AC Pale Goldenrod

📋 copy color: '#F2E7AC'

red 242 ◦ green 231 ◦ blue 172

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

Shades of Pale Goldenrod #F2E7AC

Tints of Pale Goldenrod #F2E7AC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.81%

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

R = 37.52%
G = 35.81%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2E7AC (or 0xF2E7AC) is known color: Pale Goldenrod. HEX triplet: F2, E7 and AC. RGB value is (242,231,172). Sum of RGB (Red+Green+Blue) = 242+231+172=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E7AC is #0D1853. Grayscale: #E3E3E3. Windows color (decimal): -858196 or 11331570. OLE color: 11331570.

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

Color convert

RGB 242 231 172 -
CMYK 0 0.05 0.29 0.05
HSL 50.57º 0.73% 0.81% -
HSV(B) 50.57º 0.29% 0.95% -
XYZ 72.64 79.01 50.45 -
YUV 227.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 242 231 172 0 0.05 0.29 0.05 50.57 0.73 0.81
Hex F2 E7 AC 0 5 1D 5 33 49 51
Octal 362 347 254 0 5 35 5 63 111 121
Binary 11110010 11100111 10101100 0 101 11101 101 110011 1001001 1010001

Color Harmonies of #F2E7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7AC

Black with #F2E7AC

Text Example


Text Example

White with #F2E7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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