Html Css Color HEX #F2ECAC Pale Goldenrod

📋 copy color: '#F2ECAC'

red 242 ◦ green 236 ◦ blue 172

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

Shades of Pale Goldenrod #F2ECAC

Tints of Pale Goldenrod #F2ECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.31%

 BLUE value IS 172 (67.58% from 255) = 26.46%

R = 37.23%
G = 36.31%
B = 26.46%

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

#F2ECAC (or 0xF2ECAC) is known color: Pale Goldenrod. HEX triplet: F2, EC and AC. RGB value is (242,236,172). Sum of RGB (Red+Green+Blue) = 242+236+172=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECAC is #0D1353. Grayscale: #E6E6E6. Windows color (decimal): -856916 or 11332850. OLE color: 11332850.

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

Color convert

RGB 242 236 172 -
CMYK 0 0.02 0.29 0.05
HSL 54.86º 0.73% 0.81% -
HSV(B) 54.86º 0.29% 0.95% -
XYZ 74.06 81.85 50.92 -
YUV 230.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 242 236 172 0 0.02 0.29 0.05 54.86 0.73 0.81
Hex F2 EC AC 0 2 1D 5 37 49 51
Octal 362 354 254 0 2 35 5 67 111 121
Binary 11110010 11101100 10101100 0 10 11101 101 110111 1001001 1010001

Color Harmonies of #F2ECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECAC

Black with #F2ECAC

Text Example


Text Example

White with #F2ECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECAC; }

 p { color: rgb(242,236,172); }

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

background-color css

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

 a { background-color: rgb(242,236,172); }

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

border-color css

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

 span { border-color: rgb(242,236,172); }

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