#FEF79D

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

Shades of Pale Prim #FEF79D

Tints of Pale Prim #FEF79D

Color information

#FEF79D (or 0xFEF79D) is unknown color: approx Pale Prim. HEX triplet: FE, F7 and 9D. RGB value is (254,247,157). Sum of RGB (Red+Green+Blue) = 254+247+157=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 157 (61.72% from 255 or 23.86% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF79D is #010862. Grayscale: #EFEFEF. Windows color (decimal): -67683 or 10352638. OLE color: 10352638.

HSL color Cylindrical-coordinate representation of color #FEF79D: hue angle of 55.67º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEF79D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB254247157-
CMYK00.030.380.00
HSL55.67º97.98%80.59%-
HSV(B)55.67º38.19%99.61%-
XYZ80.2290.0345.05-
YUV238.8381.82138.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 157 (61.72% from 255) = 23.86%
R=38.60%
G=37.54%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424715700.030.380.0055.6797.9880.59
HexFEF79D03260386251
Octal3763672350346070142121
Binary111111101111011110011101011100110011100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF79D; }

 p { color: rgb(254,247,157); }

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

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

 a { background-color: rgb(254,247,157); }

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

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

 span { border-color: rgb(254,247,157); }

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