#FEFA9F

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

Shades of Pale Prim #FEFA9F

Tints of Pale Prim #FEFA9F

Color information

#FEFA9F (or 0xFEFA9F) is unknown color: approx Pale Prim. HEX triplet: FE, FA and 9F. RGB value is (254,250,159). Sum of RGB (Red+Green+Blue) = 254+250+159=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 159 (62.5% from 255 or 23.98% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA9F is #010560. Grayscale: #F1F1F1. Windows color (decimal): -66913 or 10484478. OLE color: 10484478.

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

Color convert

RGB254250159-
CMYK00.020.370.00
HSL57.47º97.94%80.98%-
HSV(B)57.47º37.4%99.61%-
XYZ81.3291.9546.26-
YUV240.8281.83137.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 159 (62.5% from 255) = 23.98%
R=38.31%
G=37.71%
B=23.98%

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
Decimal25425015900.020.370.0057.4797.9480.98
HexFEFA9F02250396251
Octal3763722370245071142121
Binary111111101111101010011111010100101011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA9F; }

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

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

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

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

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

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

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

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