Html Css Color HEX #F2EBA6 Pale Goldenrod

📋 copy color: '#F2EBA6'

red 242 ◦ green 235 ◦ blue 166

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

Shades of Pale Goldenrod #F2EBA6

Tints of Pale Goldenrod #F2EBA6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.55%

 BLUE value IS 166 (65.23% from 255) = 25.82%

R = 37.64%
G = 36.55%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2EBA6 (or 0xF2EBA6) is known color: Pale Goldenrod. HEX triplet: F2, EB and A6. RGB value is (242,235,166). Sum of RGB (Red+Green+Blue) = 242+235+166=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 166 (65.23% from 255 or 25.82% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA6 is #0D1459. Grayscale: #E5E5E5. Windows color (decimal): -857178 or 10939378. OLE color: 10939378.

HSL color Cylindrical-coordinate representation of color #F2EBA6: hue angle of 54.47º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2EBA6 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 235 166 -
CMYK 0 0.03 0.31 0.05
HSL 54.47º 0.75% 0.8% -
HSV(B) 54.47º 0.31% 0.95% -
XYZ 73.21 81.05 47.86 -
YUV 229.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 242 235 166 0 0.03 0.31 0.05 54.47 0.75 0.8
Hex F2 EB A6 0 3 1F 5 36 4B 50
Octal 362 353 246 0 3 37 5 66 113 120
Binary 11110010 11101011 10100110 0 11 11111 101 110110 1001011 1010000

Color Harmonies of #F2EBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBA6

Black with #F2EBA6

Text Example


Text Example

White with #F2EBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBA6; }

 p { color: rgb(242,235,166); }

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

background-color css

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

 a { background-color: rgb(242,235,166); }

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

border-color css

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

 span { border-color: rgb(242,235,166); }

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