Html Css Color HEX #F2E4AC Pale Goldenrod

📋 copy color: '#F2E4AC'

red 242 ◦ green 228 ◦ blue 172

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

Shades of Pale Goldenrod #F2E4AC

Tints of Pale Goldenrod #F2E4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.51%

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

R = 37.69%
G = 35.51%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2E4AC (or 0xF2E4AC) is known color: Pale Goldenrod. HEX triplet: F2, E4 and AC. RGB value is (242,228,172). Sum of RGB (Red+Green+Blue) = 242+228+172=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E4AC is #0D1B53. Grayscale: #E2E2E2. Windows color (decimal): -858964 or 11330802. OLE color: 11330802.

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

Color convert

RGB 242 228 172 -
CMYK 0 0.06 0.29 0.05
HSL 48º 0.73% 0.81% -
HSV(B) 48º 0.29% 0.95% -
XYZ 71.81 77.34 50.17 -
YUV 225.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 242 228 172 0 0.06 0.29 0.05 48 0.73 0.81
Hex F2 E4 AC 0 6 1D 5 30 49 51
Octal 362 344 254 0 6 35 5 60 111 121
Binary 11110010 11100100 10101100 0 110 11101 101 110000 1001001 1010001

Color Harmonies of #F2E4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E4AC

Black with #F2E4AC

Text Example


Text Example

White with #F2E4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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