Html Css Color HEX #F2EEAB Pale Goldenrod

📋 copy color: '#F2EEAB'

red 242 ◦ green 238 ◦ blue 171

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

Shades of Pale Goldenrod #F2EEAB

Tints of Pale Goldenrod #F2EEAB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.56%

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

R = 37.17%
G = 36.56%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2EEAB (or 0xF2EEAB) is known color: Pale Goldenrod. HEX triplet: F2, EE and AB. RGB value is (242,238,171). Sum of RGB (Red+Green+Blue) = 242+238+171=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEAB is #0D1154. Grayscale: #E7E7E7. Windows color (decimal): -856405 or 11267826. OLE color: 11267826.

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

Color convert

RGB 242 238 171 -
CMYK 0 0.02 0.29 0.05
HSL 56.62º 0.73% 0.81% -
HSV(B) 56.62º 0.29% 0.95% -
XYZ 74.54 82.97 50.61 -
YUV 231.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 242 238 171 0 0.02 0.29 0.05 56.62 0.73 0.81
Hex F2 EE AB 0 2 1D 5 39 49 51
Octal 362 356 253 0 2 35 5 71 111 121
Binary 11110010 11101110 10101011 0 10 11101 101 111001 1001001 1010001

Color Harmonies of #F2EEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EEAB

Black with #F2EEAB

Text Example


Text Example

White with #F2EEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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