#FEF899

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

Shades of Pale Prim #FEF899

Tints of Pale Prim #FEF899

Color information

#FEF899 (or 0xFEF899) is unknown color: approx Pale Prim. HEX triplet: FE, F8 and 99. RGB value is (254,248,153). Sum of RGB (Red+Green+Blue) = 254+248+153=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 153 (60.16% from 255 or 23.36% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF899 is #010766. Grayscale: #EFEFEF. Windows color (decimal): -67431 or 10090750. OLE color: 10090750.

HSL color Cylindrical-coordinate representation of color #FEF899: hue angle of 56.44º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEF899 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254248153-
CMYK00.020.400.00
HSL56.44º98.06%79.8%-
HSV(B)56.44º39.76%99.61%-
XYZ80.1990.5143.38-
YUV238.9679.49138.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 153 (60.16% from 255) = 23.36%
R=38.78%
G=37.86%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424815300.020.400.0056.4498.0679.8
HexFEF89902280386250
Octal3763702310250070142120
Binary111111101111100010011001010101000011100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF899; }

 p { color: rgb(254,248,153); }

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

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

 a { background-color: rgb(254,248,153); }

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

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

 span { border-color: rgb(254,248,153); }

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