Html Css Color HEX #F2E5AF Pale Goldenrod

📋 copy color: '#F2E5AF'

red 242 ◦ green 229 ◦ blue 175

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

Shades of Pale Goldenrod #F2E5AF

Tints of Pale Goldenrod #F2E5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.09%

R = 37.46%
G = 35.45%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2E5AF (or 0xF2E5AF) is known color: Pale Goldenrod. HEX triplet: F2, E5 and AF. RGB value is (242,229,175). Sum of RGB (Red+Green+Blue) = 242+229+175=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E5AF is #0D1A50. Grayscale: #E2E2E2. Windows color (decimal): -858705 or 11527666. OLE color: 11527666.

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

Color convert

RGB 242 229 175 -
CMYK 0 0.05 0.28 0.05
HSL 48.36º 0.72% 0.82% -
HSV(B) 48.36º 0.28% 0.95% -
XYZ 72.38 78.01 51.8 -
YUV 226.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 242 229 175 0 0.05 0.28 0.05 48.36 0.72 0.82
Hex F2 E5 AF 0 5 1C 5 30 48 52
Octal 362 345 257 0 5 34 5 60 110 122
Binary 11110010 11100101 10101111 0 101 11100 101 110000 1001000 1010010

Color Harmonies of #F2E5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5AF

Black with #F2E5AF

Text Example


Text Example

White with #F2E5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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