#fef89f

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

Shades of Pale Prim #FEF89F

Tints of Pale Prim #FEF89F

Color information

#FEF89F (or 0xFEF89F) is unknown color: approx Pale Prim. HEX triplet: FE, F8 and 9F. RGB value is (254,248,159). Sum of RGB (Red+Green+Blue) = 254+248+159=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 159 (62.5% from 255 or 24.05% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF89F is #010760. Grayscale: #F0F0F0. Windows color (decimal): -67425 or 10483966. OLE color: 10483966.

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

Color convert

RGB254248159-
CMYK00.020.370.00
HSL56.21º97.94%80.98%-
HSV(B)56.21º37.4%99.61%-
XYZ80.790.7146.06-
YUV239.6582.49138.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 159 (62.5% from 255) = 24.05%
R=38.43%
G=37.52%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424815900.020.370.0056.2197.9480.98
HexFEF89F02250386251
Octal3763702370245070142121
Binary111111101111100010011111010100101011100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef89f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef89f; }

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

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

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

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

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

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

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

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