#FEF99E

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

Shades of Pale Prim #FEF99E

Tints of Pale Prim #FEF99E

Color information

#FEF99E (or 0xFEF99E) is unknown color: approx Pale Prim. HEX triplet: FE, F9 and 9E. RGB value is (254,249,158). Sum of RGB (Red+Green+Blue) = 254+249+158=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 158 (62.11% from 255 or 23.90% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF99E is #010661. Grayscale: #F0F0F0. Windows color (decimal): -67170 or 10418686. OLE color: 10418686.

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

Color convert

RGB254249158-
CMYK00.020.380.00
HSL56.88º97.96%80.78%-
HSV(B)56.88º37.8%99.61%-
XYZ80.9291.2945.7-
YUV240.1281.66137.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 158 (62.11% from 255) = 23.90%
R=38.43%
G=37.67%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424915800.020.380.0056.8897.9680.78
HexFEF99E02260396251
Octal3763712360246071142121
Binary111111101111100110011110010100110011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF99E; }

 p { color: rgb(254,249,158); }

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

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

 a { background-color: rgb(254,249,158); }

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

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

 span { border-color: rgb(254,249,158); }

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