Html Css Color HEX #F2E5AB Pale Goldenrod

📋 copy color: '#F2E5AB'

red 242 ◦ green 229 ◦ blue 171

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

Shades of Pale Goldenrod #F2E5AB

Tints of Pale Goldenrod #F2E5AB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.67%

 BLUE value IS 171 (67.19% from 255) = 26.64%

R = 37.69%
G = 35.67%
B = 26.64%

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

#F2E5AB (or 0xF2E5AB) is known color: Pale Goldenrod. HEX triplet: F2, E5 and AB. RGB value is (242,229,171). Sum of RGB (Red+Green+Blue) = 242+229+171=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E5AB is #0D1A54. Grayscale: #E2E2E2. Windows color (decimal): -858709 or 11265522. OLE color: 11265522.

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

Color convert

RGB 242 229 171 -
CMYK 0 0.05 0.29 0.05
HSL 49.01º 0.73% 0.81% -
HSV(B) 49.01º 0.29% 0.95% -
XYZ 71.99 77.86 49.76 -
YUV 226.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 242 229 171 0 0.05 0.29 0.05 49.01 0.73 0.81
Hex F2 E5 AB 0 5 1D 5 31 49 51
Octal 362 345 253 0 5 35 5 61 111 121
Binary 11110010 11100101 10101011 0 101 11101 101 110001 1001001 1010001

Color Harmonies of #F2E5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5AB

Black with #F2E5AB

Text Example


Text Example

White with #F2E5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5AB; }

 p { color: rgb(242,229,171); }

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

background-color css

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

 a { background-color: rgb(242,229,171); }

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

border-color css

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

 span { border-color: rgb(242,229,171); }

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