Html Css Color HEX #F2E8B0 Pale Goldenrod

📋 copy color: '#F2E8B0'

red 242 ◦ green 232 ◦ blue 176

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

Shades of Pale Goldenrod #F2E8B0

Tints of Pale Goldenrod #F2E8B0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.69%

 BLUE value IS 176 (69.14% from 255) = 27.08%

R = 37.23%
G = 35.69%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2E8B0 (or 0xF2E8B0) is known color: Pale Goldenrod. HEX triplet: F2, E8 and B0. RGB value is (242,232,176). Sum of RGB (Red+Green+Blue) = 242+232+176=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E8B0 is #0D174F. Grayscale: #E4E4E4. Windows color (decimal): -857936 or 11593970. OLE color: 11593970.

HSL color Cylindrical-coordinate representation of color #F2E8B0: hue angle of 50.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2E8B0 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 176 -
CMYK 0 0.04 0.27 0.05
HSL 50.91º 0.72% 0.82% -
HSV(B) 50.91º 0.27% 0.95% -
XYZ 73.31 79.73 52.6 -
YUV 228.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 242 232 176 0 0.04 0.27 0.05 50.91 0.72 0.82
Hex F2 E8 B0 0 4 1B 5 33 48 52
Octal 362 350 260 0 4 33 5 63 110 122
Binary 11110010 11101000 10110000 0 100 11011 101 110011 1001000 1010010

Color Harmonies of #F2E8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8B0

Black with #F2E8B0

Text Example


Text Example

White with #F2E8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8B0; }

 p { color: rgb(242,232,176); }

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

background-color css

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

 a { background-color: rgb(242,232,176); }

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

border-color css

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

 span { border-color: rgb(242,232,176); }

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