#F9EFA2

Color #F9EFA2 Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #F9EFA2

Tints of Pale Prim #F9EFA2

Color information

#F9EFA2 (or 0xF9EFA2) is unknown color: approx Pale Prim. HEX triplet: F9, EF and A2. RGB value is (249,239,162). Sum of RGB (Red+Green+Blue) = 249+239+162=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EFA2 is #06105D. Grayscale: #E9E9E9. Windows color (decimal): -397406 or 10678265. OLE color: 10678265.

HSL color Cylindrical-coordinate representation of color #F9EFA2: hue angle of 53.1º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9EFA2 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB249239162-
CMYK00.040.350.02
HSL53.1º87.88%80.59%-
HSV(B)53.1º34.94%97.65%-
XYZ76.4684.4846.46-
YUV233.2187.81139.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 162 (63.67% from 255) = 24.92%
R=38.31%
G=36.77%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923916200.040.350.0253.187.8880.59
HexF9EFA204232355851
Octal3713572420443265130121
Binary11111001111011111010001001001000111011010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFA2; }

 p { color: rgb(249,239,162); }

 H1.HeaderClassName
 {
   color: #F9EFA2;
 }
 .AnyTagClassName
 {
   color: #F9EFA2;
 }
</style>
background-color css

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

 a { background-color: rgb(249,239,162); }

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

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

 span { border-color: rgb(249,239,162); }

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