#FEFBA2

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

Shades of Pale Prim #FEFBA2

Tints of Pale Prim #FEFBA2

Color information

#FEFBA2 (or 0xFEFBA2) is unknown color: approx Pale Prim. HEX triplet: FE, FB and A2. RGB value is (254,251,162). Sum of RGB (Red+Green+Blue) = 254+251+162=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 162 (63.67% from 255 or 24.29% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBA2 is #01045D. Grayscale: #F2F2F2. Windows color (decimal): -66654 or 10681342. OLE color: 10681342.

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

Color convert

RGB254251162-
CMYK00.010.360.00
HSL58.04º97.87%81.57%-
HSV(B)58.04º36.22%99.61%-
XYZ81.8992.6747.75-
YUV241.7582.99136.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 162 (63.67% from 255) = 24.29%
R=38.08%
G=37.63%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425116200.010.360.0058.0497.8781.57
HexFEFBA2012403a6252
Octal3763732420144072142122
Binary11111110111110111010001001100100011101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBA2; }

 p { color: rgb(254,251,162); }

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

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

 a { background-color: rgb(254,251,162); }

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

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

 span { border-color: rgb(254,251,162); }

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