#FEF99D

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

Shades of Pale Prim #FEF99D

Tints of Pale Prim #FEF99D

Color information

#FEF99D (or 0xFEF99D) is unknown color: approx Pale Prim. HEX triplet: FE, F9 and 9D. RGB value is (254,249,157). Sum of RGB (Red+Green+Blue) = 254+249+157=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 157 (61.72% from 255 or 23.79% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF99D is #010662. Grayscale: #F0F0F0. Windows color (decimal): -67171 or 10353150. OLE color: 10353150.

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

Color convert

RGB254249157-
CMYK00.020.380.00
HSL56.91º97.98%80.59%-
HSV(B)56.91º38.19%99.61%-
XYZ80.8391.2645.25-
YUV240.0181.16137.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 157 (61.72% from 255) = 23.79%
R=38.48%
G=37.73%
B=23.79%

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
Decimal25424915700.020.380.0056.9197.9880.59
HexFEF99D02260396251
Octal3763712350246071142121
Binary111111101111100110011101010100110011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF99D; }

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

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

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

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

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

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

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

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