Html Css Color HEX #F2E6AD Pale Goldenrod

📋 copy color: '#F2E6AD'

red 242 ◦ green 230 ◦ blue 173

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

Shades of Pale Goldenrod #F2E6AD

Tints of Pale Goldenrod #F2E6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

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

R = 37.52%
G = 35.66%
B = 26.82%

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

#F2E6AD (or 0xF2E6AD) is known color: Pale Goldenrod. HEX triplet: F2, E6 and AD. RGB value is (242,230,173). Sum of RGB (Red+Green+Blue) = 242+230+173=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6AD is #0D1952. Grayscale: #E3E3E3. Windows color (decimal): -858451 or 11396850. OLE color: 11396850.

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

Color convert

RGB 242 230 173 -
CMYK 0 0.05 0.29 0.05
HSL 49.57º 0.73% 0.81% -
HSV(B) 49.57º 0.29% 0.95% -
XYZ 72.46 78.49 50.87 -
YUV 227.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 242 230 173 0 0.05 0.29 0.05 49.57 0.73 0.81
Hex F2 E6 AD 0 5 1D 5 32 49 51
Octal 362 346 255 0 5 35 5 62 111 121
Binary 11110010 11100110 10101101 0 101 11101 101 110010 1001001 1010001

Color Harmonies of #F2E6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6AD

Black with #F2E6AD

Text Example


Text Example

White with #F2E6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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