#FEFBA3

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

Shades of Pale Prim #FEFBA3

Tints of Pale Prim #FEFBA3

Color information

#FEFBA3 (or 0xFEFBA3) is unknown color: approx Pale Prim. HEX triplet: FE, FB and A3. RGB value is (254,251,163). Sum of RGB (Red+Green+Blue) = 254+251+163=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 163 (64.06% from 255 or 24.40% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBA3 is #01045C. Grayscale: #F2F2F2. Windows color (decimal): -66653 or 10746878. OLE color: 10746878.

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

Color convert

RGB254251163-
CMYK00.010.360.00
HSL58.02º97.85%81.76%-
HSV(B)58.02º35.83%99.61%-
XYZ81.9892.7148.22-
YUV241.8683.49136.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 163 (64.06% from 255) = 24.40%
R=38.02%
G=37.57%
B=24.40%

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
Decimal25425116300.010.360.0058.0297.8581.76
HexFEFBA3012403a6252
Octal3763732430144072142122
Binary11111110111110111010001101100100011101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBA3; }

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

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

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

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

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

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

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

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